This commit is contained in:
2024-10-20 19:29:54 +07:00
parent f49f3e51b1
commit 338cb84ac9
9 changed files with 7421 additions and 493 deletions

View File

@@ -63,6 +63,7 @@ export class MilestoneSchema extends PothosSchema {
...query,
skip: args.skip ?? 0,
take: args.take ?? 10,
cursor: args.cursor ?? undefined,
orderBy: args.orderBy ?? undefined,
where: args.filter ?? undefined,
});