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

Can't retrieve mutations #17

Open
gianlucadonato opened this issue May 5, 2023 · 1 comment
Open

Can't retrieve mutations #17

gianlucadonato opened this issue May 5, 2023 · 1 comment

Comments

@gianlucadonato
Copy link

gianlucadonato commented May 5, 2023

If I query all the mutations available from the schema I got "mutationType": null.
This could means that we either don't have any mutation (and we should add them) or the schema is broken.

My feeling is the latter one, because no matter what I insert in the query I always receive the same result on the right, and seems like query filters are not applied. Also the docs error message suggest we have a problem in the schema.
See image attachment:
Screenshot 2023-05-05 at 10 35 49

@stecb
Copy link

stecb commented May 5, 2023

@gianlucadonato this is the default for any schema: you need to define what mutations you want

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

2 participants