Enable GraphiQL UI by default with Devtools
GraphiQL is useful when working on a GraphQL API - it allows developers to craft queries and test newly developed feature. This is not enabled by default, as this should not be exposed in production without the developer's knowledge. This commit flips this value when Spring Boot devtools is active for a better developer experience. See gh-29140pull/29177/head
parent
6ef1ed0dd0
commit
ce6747ccd6
Loading…
Reference in New Issue