nexus
nexus copied to clipboard
Wrong generated Graphql file?
I don't know if it's true or not but I tried Graphql-zeus and facing this problem, and the author said that this is the generated graphql file the issue:
https://github.com/graphql-editor/graphql-zeus/issues/194
We use the printSchema function of graphql.js
I believe it is because they require the introspected schema which is a bit different.
It contains:
schema{
query: Query
}
I guess we could print it, but zeus should support defaulting to Query for backward compatibility
Seems like apollo is now supported in v4. 🎉