9h sang tao code tiep
This commit is contained in:
@@ -100,7 +100,7 @@ export class CenterSchema extends PothosSchema {
|
||||
return await this.prisma.center.findMany({
|
||||
...query,
|
||||
skip: args.skip ?? undefined,
|
||||
take: args.take ?? 10,
|
||||
take: args.take ?? undefined,
|
||||
orderBy: args.orderBy ?? undefined,
|
||||
where: args.filter ?? undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user