Skip to content

Refresh browser can't execute request without make a change #248

@rohmanhm

Description

@rohmanhm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions