StrawberryShake - graphqlrc.json purpose on actual server #5645
-
With StrawberryShake, what purpose does graphqlrc.json serve apart from the first-time configuration, and what does it perform on the actual live environment? The reason I am asking this is, we are using StrawberryShake as a GraphQL client in our dev environment and have been successfully using it with all the tests passed. What we are trying to understand is, how the graphqlrc.json would work in other environments, such as UAT and Prod since we have the dev URI in there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To my knowledge there are two main purposes:
It has no influence at runtime. |
Beta Was this translation helpful? Give feedback.
To my knowledge there are two main purposes:
schema.graphql
file.extensions
It has no influence at runtime.