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 in each method and class that needed it. It is flexible, but impacts more code.