Skip to content

GitHub GraphQL API doesn't work with nested collections with large depth #7460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mastercoms opened this issue Apr 18, 2025 · 0 comments
Open
Labels
type: bug code to address defects in shipped code

Comments

@mastercoms
Copy link

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.

@mastercoms mastercoms added the type: bug code to address defects in shipped code label Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant