Where can I find the generated "schema.graphql"? #1089
-
Where can I find the generated graphql schema? It's clearly generated somewhere (I can see it from my Playground) but I can't seem to find the generated file. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Is this ia Nexus framework question? |
Beta Was this translation helpful? Give feedback.
-
I am talking about the workflow found at https://www.nexusjs.org/#/plugins/prisma
|
Beta Was this translation helpful? Give feedback.
-
Ok, then you're talking about Nexus framework. What version are you using? |
Beta Was this translation helpful? Give feedback.
-
Here is my package.json: "dependencies": {
"@types/graphql-upload": "^8.0.3",
"file-type": "^14.6.2",
"graphql-redis-subscriptions": "^2.2.1",
"graphql-transform-federation": "^2.1.0",
"graphql-upload": "^11.0.0",
"nexus": "^0.23.0",
"nexus-plugin-prisma": "^0.10.0",
"nexus-prisma": "^0.15.0",
"redis-server": "^1.2.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.4",
"@graphql-codegen/typescript": "^1.15.4",
"@graphql-codegen/typescript-react-apollo": "^1.15.4",
"@prisma/cli": "^2.0.1"
} |
Beta Was this translation helpful? Give feedback.
-
@maaft updated to 0.24 or look at this setting https://www.nexusjs.org/#/api/modules/main/exports/settings?id=schemagenerategraphqlsdlfile |
Beta Was this translation helpful? Give feedback.
@maaft updated to 0.24 or look at this setting https://www.nexusjs.org/#/api/modules/main/exports/settings?id=schemagenerategraphqlsdlfile