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

39
package-lock.json generated
View File

@@ -11,7 +11,6 @@
"dependencies": {
"@apollo/server": "^4.11.0",
"@clerk/express": "^1.2.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
@@ -28,7 +27,10 @@
"@pothos/plugin-add-graphql": "^4.1.0",
"@pothos/plugin-prisma": "^4.2.1",
"@pothos/plugin-prisma-utils": "^1.2.0",
"@pothos/plugin-relay": "^4.3.0",
"@pothos/plugin-scope-auth": "^4.1.0",
"@pothos/plugin-simple-objects": "^4.1.0",
"@pothos/plugin-smart-subscriptions": "^4.1.0",
"@prisma/client": "^5.20.0",
"@smatch-corp/nestjs-pothos": "^0.3.0",
"@smatch-corp/nestjs-pothos-apollo-driver": "^0.1.0",
@@ -57,7 +59,8 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@faker-js/faker": "^9.0.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.4.0",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@nestjs/cli": "^10.0.0",
@@ -86,7 +89,7 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3",
"typescript": "^5.6.3",
"ws": "^8.18.0"
}
},
@@ -4890,6 +4893,16 @@
"graphql": ">=16.6.0"
}
},
"node_modules/@pothos/plugin-relay": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@pothos/plugin-relay/-/plugin-relay-4.3.0.tgz",
"integrity": "sha512-sa8PWNQJLSNf7AVY43T3rSq4EnspuAcrPWcH3mCyocaqKzCqZA8DOdJ0tTWeGCJp1lsWkKFSrdb81g9FVJGTIg==",
"license": "ISC",
"peerDependencies": {
"@pothos/core": "*",
"graphql": ">=16.6.0"
}
},
"node_modules/@pothos/plugin-scope-auth": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@pothos/plugin-scope-auth/-/plugin-scope-auth-4.1.0.tgz",
@@ -4900,6 +4913,26 @@
"graphql": ">=16.6.0"
}
},
"node_modules/@pothos/plugin-simple-objects": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@pothos/plugin-simple-objects/-/plugin-simple-objects-4.1.0.tgz",
"integrity": "sha512-R4u3Hnd6btWt1XHG3bgBa463XbDgH380GRWg88FMrDfoqqkB1EI02gsWgmASqHHJgFI35V9Tc62loGy2XpTUyA==",
"license": "ISC",
"peerDependencies": {
"@pothos/core": "*",
"graphql": ">=16.6.0"
}
},
"node_modules/@pothos/plugin-smart-subscriptions": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@pothos/plugin-smart-subscriptions/-/plugin-smart-subscriptions-4.1.0.tgz",
"integrity": "sha512-6FzJHOSDixmIZpGKptMD3n79/qjY/kee5hTQZURdiBlHp3asvNy0NBaNsIONdlUMOKjUUd0vQDjGPVw9yOMqRg==",
"license": "ISC",
"peerDependencies": {
"@pothos/core": "*",
"graphql": ">=16.6.0"
}
},
"node_modules/@prisma/client": {
"version": "5.20.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.20.0.tgz",