Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root query and mutation don't have __typename #88

Closed
svrcekmichal opened this issue Nov 24, 2016 · 2 comments
Closed

Root query and mutation don't have __typename #88

svrcekmichal opened this issue Nov 24, 2016 · 2 comments
Assignees

Comments

@svrcekmichal
Copy link

Query:

mutation { // or query or empty
  __typename
}

Response:

{
  "errors": [
    {
      "message": "Field \"__typename\" not found in type \"Mutation\"",
      "locations": [
        {
          "line": 20,
          "column": 3
        }
      ]
    }
  ]
}

BTW: Big thanks for locations key 馃憤

@portey portey self-assigned this Nov 24, 2016
@portey
Copy link
Contributor

portey commented Nov 24, 2016

Fixed and waiting for new release.

@viniychuk
Copy link
Member

Published in v1.4.2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants