data class GraphiQLConfigurationProperties(val enabled: Boolean = true, val endpoint: String = "graphiql")
GraphiQL configuration properties.
Parameters
enabled
if true, an GraphiQL instance will be served under endpoint
endpoint
the GraphiQL endpoint, defaults to "graphiql"