doyensec / GQLSpection

GQLSpection - parses GraphQL introspection schema and generates possible queries
Apache License 2.0
66 stars 7 forks source link

Add support for unions #21

Closed execveat closed 1 year ago

execveat commented 1 year ago

Unions should be parsed correctly right now, but don't get generated at all as they require a new type of syntax.

Implement basic support as per https://graphql.org/learn/schema/#union-types