Replies: 1 comment 1 reply
-
Can you provide more information about why |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a NextJS app. I tried methods mentioned in the official docs but none of them is working fine for me. All I want is define the schema in a file called
schema.graphql
. and want to import it inside theroute.jsx
file and use it. All the files will be under the folder/api/graphql
. The current api folder looks like this :route.jsx
schema.js
resolver.js
Beta Was this translation helpful? Give feedback.
All reactions