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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property __typename does not exist in Query and Mutation #215

Open
adi9090 opened this issue Apr 3, 2023 · 0 comments
Open

Property __typename does not exist in Query and Mutation #215

adi9090 opened this issue Apr 3, 2023 · 0 comments

Comments

@adi9090
Copy link

adi9090 commented Apr 3, 2023

Adding __typename as a parameter in query or mutation is not working

  query heroes{
    __typename
  }
  
  mutation add {
    __typename
  }

These will return an errors:
Property __typename on Query does not exist
Property __typename on Mutation does not exist

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

1 participant