Query generator by felipe-gdr · Pull Request #3979 · graphql-java/graphql-java

A little utility function that allows people to generate queries for a certain type.

This will be useful for a use case I'm working on at the moment, where I need to generate test queries that contain as many fields as possible.

The generated-query-for-extra-large-schema-1.graphql file contains an example of a generated query for a somewhat complex type.

Let me know what y'all think!