You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest of GraphiQL from CDN, having multiple queries works on initial page load. Refreshing the browser ignores other queries/mutations and runs the first query.
I am unable to select any other query/mutation on the play button:
As you can see, I have two different queries. When pressing the play button (or Control + Enter) I get the error. The query 'search' was originally the first query on the editor, but I removed it.
Expected Behavior
Whatever queries are on the editor should appear as options on the play button.
Steps To Reproduce
Using latest GraphiQL version, create multiple queries. Refresh the page and attempt to run any other query other than the first one on the page.
Environment
GraphiQL Version: latest
OS: MacOS
Browser: Chrome
Bundler:
react Version: 16.8.3
graphql Version: GraphQL Java 21.3
Anything else?
No response
The text was updated successfully, but these errors were encountered:
How I set it up:
Create two queries something like this:
Refresh the page...
I am unable to run "anotherOne"...all I can do is run "allFilms"
Better yet... if I remove "allFilms" I see this...
Is there an existing issue for this?
Current Behavior
Using the latest of GraphiQL from CDN, having multiple queries works on initial page load. Refreshing the browser ignores other queries/mutations and runs the first query.
As you can see, I have two different queries. When pressing the play button (or Control + Enter) I get the error. The query 'search' was originally the first query on the editor, but I removed it.I am unable to select any other query/mutation on the play button:
Expected Behavior
Whatever queries are on the editor should appear as options on the play button.
Steps To Reproduce
Environment
react
Version: 16.8.3graphql
Version: GraphQL Java 21.3Anything else?
No response
The text was updated successfully, but these errors were encountered: