php-graphql-oqm
php-graphql-oqm copied to clipboard
[ISSUE-36] Allow to configure how deep the schema inspector should go for type/ofType sub-queries
Resolves issue #36
In this PR, the approach was to pass depth for type / OfType level as an object / builder. Not much impact on existing code, but it is not very flexible if one wanted to decide of depth dynamically for some parts of the schema.