Skip to content

Commit

Permalink
Update API max-depth to prevent random API errors and allow
Browse files Browse the repository at this point in the history
introspection queries.
  • Loading branch information
oriolgual committed Oct 8, 2019
1 parent b09242c commit 604dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-api/app/types/decidim/api/schema.rb
Expand Up @@ -8,7 +8,7 @@ module Api
mutation MutationType

default_max_page_size 50
max_depth 10
max_depth 15
max_complexity 300

orphan_types(Api.orphan_types)
Expand Down

0 comments on commit 604dd30

Please sign in to comment.