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"

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, endpoint: String = "graphiql")

Properties

Link copied to clipboard
Link copied to clipboard