nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Wrong generated Graphql file?

Open yovanoc opened this issue 4 years ago • 2 comments

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

yovanoc avatar May 28 '21 06:05 yovanoc

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

Sytten avatar Jul 26 '21 15:07 Sytten

Seems like apollo is now supported in v4. 🎉

thisismydesign avatar Mar 28 '22 09:03 thisismydesign