folkloreinc / laravel-graphql

Facebook GraphQL for Laravel 5. It supports Relay, eloquent models, validation and GraphiQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set depth for each query

georgehao opened this issue · comments

Hello,
set the depth for each query is supported bywebonyx/graphql-php, how can i do in laravel-graphql?

config/graphql.php

'security' => [
        'query_max_complexity' => null,
        'query_max_depth' => null,
        'disable_introspection' => false
]