Configuration Reference

Version:4.0.0-M1

Micronaut Graphql Config Properties

🔗
Table 1. Configuration Properties for GraphQLConfiguration
Property Type Description

graphql.enabled

boolean

Returns whether GraphQL is enabled.

graphql.path

java.lang.String

Returns the GraphQL path.

🔗
Table 2. Configuration Properties for GraphQLWsConfiguration
Property Type Description

graphql.graphql-ws.enabled

boolean

Returns whether GraphQL websocket is enabled.

graphql.graphql-ws.path

java.lang.String

Returns the GraphQL websocket path.

graphql.graphql-ws.keep-alive-enabled

boolean

Returns whether GraphQL websocket keep alive is enabled.

graphql.graphql-ws.keep-alive-interval

java.lang.String

Returns the GraphQL keep alive interval in seconds.

🔗
Table 3. Configuration Properties for GraphQLConfiguration$GraphiQLConfiguration
Property Type Description

graphql.graphiql.enabled

boolean

Returns whether GraphiQL is enabled.

graphql.graphiql.version

java.lang.String

Returns the GraphiQL version.

graphql.graphiql.path

java.lang.String

Returns the GraphiQL path.

graphql.graphiql.template-path

java.lang.String

Returns the GraphiQL template path.

graphql.graphiql.template-parameters

java.util.Map

Returns the GraphiQL template parameters to be substituted in the template.

graphql.graphiql.page-title

java.lang.String

Returns the GraphiQL page title.