plugin-graphql icon indicating copy to clipboard operation
plugin-graphql copied to clipboard

Error: Couldn't find Type of name Mutation in the GraphQL Schema.

Open renestalder opened this issue 5 years ago • 1 comments

I've got the same error as documented in #84. The thing is, I don't have any mutations in my schema (as I have reading access to most data on the API).

Am I required to have mutations in the schema defined to make this plugin work? Or how can I get around this error?

The error comes up as soon as I try to fetch.

renestalder avatar May 06 '19 11:05 renestalder

That's a good point. Mutations could be optional. Thanks for the advice!

Currently these are required. However I will try to patch that soo :)

phortx avatar May 07 '19 07:05 phortx