Refresh browser can't execute request without make a change
See original GitHub issueWhen I go to http://localhost:3001/graphql?query=%7B%0A%20%20people(id%3A%2011)%7B%0A%20%20%20%20id%0A%20%20%20%20firstName%0A%20%20%20%20lastName%0A%20%20%20%20email%0A%20%20%7D%0A%7D&operationName=null
I can’t directly run my request when DOM is ready.
Showing this
{
"errors": [
{
"message": "Unknown operation named \"null\"."
}
]
}
I must change little bit, like add some space and it works again like normally.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How do I modify the URL without reloading the page?
Once a page load into an ID using ajax, It does change the browser url automatically without reloading the page. This is ajax...
Read more >How do I use JavaScript to modify the URL without reloading ...
Learn all of the options JavaScript provides for modifying the URL of the current page in the browser without reloading the page.
Read more >location.reload() - Web APIs | MDN
The location.reload() method reloads the current URL, like the Refresh button.
Read more >How to do Hard Refresh in Chrome, Firefox, Edge and Mac's ...
There are two ways to hard refresh or reload Chrome, Firefox, IE and Mac's browser: hold down ctrl and click F5 or hold...
Read more >Troubleshoot viewing PDF files on the web - Adobe Support
Refresh or reload the page. Often, just refreshing the page in your browser allows the PDF to load fully. Hold down the Shift...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok. Thank you!
@yuricamara This issue is resolved with the recent publish for
express-graphql
andgraphiql
, and I’m assuming eithergraphql-server-express
orgraphql-tools
is using the older version ofexpress-graphql
orgraphiql
. @helfer might be able to assist you furthermore.