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
Enabling the graphql.servlet.maxQueryDepth property to an arbitrary value causes the graphql playground docs and schema tabs to never load and stays "spinning" infinitely.
This also seems to be affecting Voyager, if installed.
After I removed this property in my application.yml file, my docs and schema are working fine.
Enabling the graphql.servlet.maxQueryDepth property to an arbitrary value causes the graphql playground docs and schema tabs to never load and stays "spinning" infinitely.
This also seems to be affecting Voyager, if installed.
After I removed this property in my application.yml file, my docs and schema are working fine.
Using v11.1.0 of graphql-spring-boot