We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execution depth limit prevents us from calling the introspection endpoint in graphQL
Open BananaCakePop and try to load the schema
200OK
400 BAD REQUEST
The text was updated successfully, but these errors were encountered:
fix(graphql): Set max execution depth to allow inspection query (#1679)
6265110
Missing some depth to allow the inspection query through Issue #1680
oskogstad
Successfully merging a pull request may close this issue.
Description
Execution depth limit prevents us from calling the introspection endpoint in graphQL
Reproduction
Open BananaCakePop and try to load the schema
Expected behavior
200OK
Actual behavior
400 BAD REQUEST
The text was updated successfully, but these errors were encountered: