run eslint
This commit is contained in:
@@ -94,7 +94,9 @@ export class ServiceSchema extends PothosSchema {
|
||||
}),
|
||||
},
|
||||
resolve: async (query, root, args, ctx, info) => {
|
||||
return await this.prisma.service.create({ data: args.input });
|
||||
return await this.prisma.service.create({
|
||||
data: args.input,
|
||||
});
|
||||
},
|
||||
}),
|
||||
updateService: t.prismaField({
|
||||
|
||||
Reference in New Issue
Block a user