Micronaut Graphql Configuration Reference
Every documented configuration property of Micronaut Graphql, with types, descriptions, and defaults.
12 properties across 1 section
Micronaut Graphql Config Properties
Configuration properties for GraphQLConfiguration
| Property | Type | Description |
|---|---|---|
graphql.enabled | boolean | whether GraphQL is enabled |
graphql.path | java.lang.String | the GraphQL path |
Configuration properties for GraphQLConfiguration$GraphiQLConfiguration
| Property | Type | Description |
|---|---|---|
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 |
Configuration properties for GraphQLWsConfiguration
| Property | Type | Description |
|---|---|---|
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. |
No properties match this filter.