Open georgehao opened 6 years ago
Hello, set the depth for each query is supported bywebonyx/graphql-php, how can i do in laravel-graphql?
webonyx/graphql-php
config/graphql.php
'security' => [ 'query_max_complexity' => null, 'query_max_depth' => null, 'disable_introspection' => false ]
Hello, set the depth for each query is supported by
webonyx/graphql-php
, how can i do in laravel-graphql?