Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

how to set depth for each query #390

Open
georgehao opened this issue Sep 26, 2018 · 1 comment
Open

how to set depth for each query #390

georgehao opened this issue Sep 26, 2018 · 1 comment

Comments

@georgehao
Copy link

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

@killtw
Copy link

killtw commented Oct 2, 2018

config/graphql.php

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants