-
Notifications
You must be signed in to change notification settings - Fork 59
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
Schema problem #17
Comments
I don't understand what you mean by mutation types? If mutations (fields representing mutations) are listed under query root, you likely have a malformed schema. Inspect the schema you're getting. |
type MUTATION_ROOT { type QUERY_ROOT { I am getting this on doing SchemaPrinter().print(schema). It has all the mutations as query type also. io.leangen.graphql spqr 0.9.1I am using 0.9.1 version of spqr wth java 1.8. |
Unless you show how you're building the schema, there's no way to tell what happens. I don't have a crystal ball. Also, 0.9.1 is a 2 year old version of a constantly evolving project. Please upgrade to the latest (0.9.9 at the time of writing). Finally, this is the samples project and unless your problem is with a sample this is the wrong place to open an issue. |
When we print the schema by new SchemaPrinter().print(schema) , then all the mutation types are also coming in QUERY_ROOT ?
The text was updated successfully, but these errors were encountered: