doyensec / GQLSpection

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

Support GraphQL fragments #27

Open execveat opened 1 year ago

execveat commented 1 year ago

Fragments are not parsed right now. Additionally, sometimes fragments could be used in automatically generated queries to make them easier to navigate.

execveat commented 1 year ago

Basically, (optionally) add fragments if that makes a query shorter.