We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd2738 commit 8ddc080Copy full SHA for 8ddc080
README.md
@@ -47,6 +47,7 @@ export class UserRepository extends FilterRepositoryMixin<
47
typeof User.prototype.id,
48
UserRelations
49
>({
50
+ models: async (context, entities) => entities,
51
where: async (context, where) => where,
52
fields: async (context, fields) => fields,
53
})<Constructor<DefaultCrudRepository<User, string, UserRelations>>>(
0 commit comments