Refactor code structure and dependencies in schema.ts and roles.decorator.ts

This commit is contained in:
2024-09-30 12:08:31 +07:00
parent 9859c9138f
commit 727f730491
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -228,7 +228,7 @@ builder.queryType({
// }), // }),
// }); // });
// // Subscription section // Subscription section
// builder.subscriptionType({ // builder.subscriptionType({
// fields: (t) => ({ // fields: (t) => ({
// userCreated: t.prismaField({ // userCreated: t.prismaField({