feat(graphql): increase max_complexity to 300
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6a4123f385
commit
dcbb8eae01
|
@ -95,7 +95,7 @@ defmodule Mobilizon.Web.Router do
|
||||||
forward("/", Absinthe.Plug,
|
forward("/", Absinthe.Plug,
|
||||||
schema: Mobilizon.GraphQL.Schema,
|
schema: Mobilizon.GraphQL.Schema,
|
||||||
analyze_complexity: true,
|
analyze_complexity: true,
|
||||||
max_complexity: 250
|
max_complexity: 300
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue