Skip to content

StrawberryShake - graphqlrc.json purpose on actual server #5645

Discussion options

You must be logged in to vote

To my knowledge there are two main purposes:

  1. The CLI provides the ability to update the GraphQL schema. This will use the endpoint specified in the file to re-download (update) the schema.graphql file.
  2. It provides the path to the schema file to the GraphQL language server, so you get autocompletion and so on in your IDE.
  3. It lets you configure how the graphql client is generated over extensions

It has no influence at runtime.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PascalSenn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants