Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 368 Bytes

limiting-query-depth.md

File metadata and controls

14 lines (11 loc) · 368 Bytes

Limiting query depth

This is a PHP port of Limiting Query Depth in Sangria implementation. Introspection query with description max depth is 7.

#app/config/config.yml
overblog_graphql:
    security:
        query_max_depth: 10

Default value false disabled validation.