php-graphql-oqm icon indicating copy to clipboard operation
php-graphql-oqm copied to clipboard

[ISSUE-36] Allow to configure how deep the schema inspector should go for type/ofType sub-queries

Open jausions opened this issue 9 months ago • 0 comments

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.

jausions avatar Feb 02 '25 09:02 jausions