You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query here fails because max depth is 25 in the GraphQL API. For some reason depth = depth * 2 + 3, so the maximum nested.depth in config.yml you can use in the GraphQL API is 11 without it failing. Maybe needs a note in docs, or a safety + warning if user sets higher than 11.
I will add more detail according to the issue template if needed.
The text was updated successfully, but these errors were encountered:
The query here fails because max depth is 25 in the GraphQL API. For some reason
depth = depth * 2 + 3
, so the maximumnested.depth
in config.yml you can use in the GraphQL API is11
without it failing. Maybe needs a note in docs, or a safety + warning if user sets higher than 11.I will add more detail according to the issue template if needed.
The text was updated successfully, but these errors were encountered: