You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this when implementing #261, but could not implement it successfully and only sent the lexer as a PR.
I will try some more with reference to Go's parser and formatter.
What happened?
FormatSchemaDocument and FormatQueryDocument doesn't print comments.
FormatSchemaDocument remove comments from GraphQL files.
What did you expect?
I would like to generate the following GraphQL output by parsing the given GraphQL file.
Minimal graphql.schema and models to reproduce
versions
go list -m github.com/vektah/gqlparser/v2
? 2.5.4go version
? 1.20refs
#261
The text was updated successfully, but these errors were encountered: