question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Refresh browser can't execute request without make a change

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yuricamaracommented, Jul 16, 2017

Ok. Thank you!

1reaction
asiandrummercommented, Jul 14, 2017

@yuricamara This issue is resolved with the recent publish for express-graphql and graphiql, and I’m assuming either graphql-server-express or graphql-tools is using the older version of express-graphql or graphiql. @helfer might be able to assist you furthermore.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found