Update url when query/mutation change? #2235
Unanswered
thanhpd56
asked this question in
Q&A / Support
Replies: 0 comments
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.
-
Hi,
I see that the graphiql support generate url base on our query or mutation.
For example: https://graphql.org/swapi-graphql?query=%7B%0A%09film(id%3A%201)%7B%0A%20%20%20%20title%0A%20%20%7D%0A%7D
Whenever I change the query, the url will be changed.
This feature will help us to share the query easily.
However when I run the your example, the url does not change like above example.
How can I enable it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions