We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to have the schema spread out in multiple files? In large code bases having one large file might become difficult to maintain.
The text was updated successfully, but these errors were encountered:
run the script before your build process (maybe using go generate or Makefile)
schema.sh
for f in ./graphql/schema/*.gql; do cat $f; echo; done > ./graphql/schema_generated.gql
Sorry, something went wrong.
I'm hoping to add support for graphql-import syntax into the new parser (until something lands in a spec).
Closing in favour of #6
No branches or pull requests
Is there a way to have the schema spread out in multiple files? In large code bases having one large file might become difficult to maintain.
The text was updated successfully, but these errors were encountered: