update websocket
This commit is contained in:
@@ -57,7 +57,7 @@ export class RefundTicketSchema extends PothosSchema {
|
||||
description:
|
||||
'Retrieve a list of refund tickets with optional filtering, ordering, and pagination.',
|
||||
args: this.builder.generator.findManyArgs('RefundTicket'),
|
||||
resolve: async (query, root, args, ctx, info) => {
|
||||
resolve: async (query, _root, args, _ctx, _info) => {
|
||||
return await this.prisma.refundTicket.findMany({
|
||||
...query,
|
||||
where: args.filter ?? undefined,
|
||||
|
||||
Reference in New Issue
Block a user