Is it possible to make the url in Graphqlrc.json a variable? #6193
Unanswered
TvanderNol
asked this question in
Q&A
Replies: 1 comment
-
Has there been any updates on this functionality? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple GraphQL API's that I would like to use in the same application (sometimes, it has to use one, another time the other API). It is not possible to make this one API. Is it possible to make the URL in the Graphqlrc.json file configurable as a variable so that it is 'easier' to switch between APIs? The only solution I found was the tooling (
dotnet graphql update -u|--uri
).Beta Was this translation helpful? Give feedback.
All reactions