9h sang tao code tiep
This commit is contained in:
@@ -144,7 +144,7 @@ export class ServiceSchema extends PothosSchema {
|
||||
where: args.filter ?? undefined,
|
||||
orderBy: args.orderBy ?? undefined,
|
||||
skip: args.skip ?? undefined,
|
||||
take: args.take ?? 10,
|
||||
take: args.take ?? undefined,
|
||||
cursor: args.cursor ?? undefined,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user