Configuration Reference

Version:4.9.0-SNAPSHOT

Micronaut Graphql Config Properties

🔗
Table 1. Configuration Properties for GraphQLConfiguration
Property Type Description Default value

graphql.enabled

boolean

whether GraphQL is enabled

graphql.path

java.lang.String

the GraphQL path

🔗
Table 2. Configuration Properties for GraphQLConfiguration$GraphiQLConfiguration
Property Type Description Default value

graphql.graphiql.enabled

boolean

whether GraphiQL is enabled

graphql.graphiql.version

java.lang.String

the GraphiQL version

graphql.graphiql.explorer-plugin-version

java.lang.String

the GraphIQL Explorer plugin version

graphql.graphiql.path

java.lang.String

the GraphiQL path

graphql.graphiql.template-path

java.lang.String

the GraphiQL template path

graphql.graphiql.template-parameters

java.util.Map

the GraphiQL template parameters

graphql.graphiql.page-title

java.lang.String

the GraphiQL page title

🔗
Table 3. Configuration Properties for GraphQLApolloWsConfiguration
Property Type Description Default value

graphql.graphql-apollo-ws.enabled

boolean

Sets whether GraphQL websocket is enabled.

graphql.graphql-apollo-ws.path

java.lang.String

Sets the GraphQL websocket path.

graphql.graphql-apollo-ws.keep-alive-enabled

boolean

Sets whether GraphQL websocket keep alive is enabled.

graphql.graphql-apollo-ws.keep-alive-interval

java.lang.String

Sets the GraphQL keep alive interval in seconds.

🔗
Table 4. Configuration Properties for GraphQLWsConfiguration
Property Type Description Default value

graphql.graphql-ws.enabled

boolean

Sets whether GraphQL websocket is enabled.

graphql.graphql-ws.path

java.lang.String

Sets the GraphQL websocket path.

graphql.graphql-ws.connection-init-wait-timeout

java.time.Duration

Sets the connection initialisation wait timeout.