Configuration Reference
Version:4.9.0-SNAPSHOT
Micronaut Graphql Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
whether GraphQL is enabled |
|
|
java.lang.String |
the GraphQL path |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
whether GraphiQL is enabled |
|
|
java.lang.String |
the GraphiQL version |
|
|
java.lang.String |
the GraphIQL Explorer plugin version |
|
|
java.lang.String |
the GraphiQL path |
|
|
java.lang.String |
the GraphiQL template path |
|
|
java.util.Map |
the GraphiQL template parameters |
|
|
java.lang.String |
the GraphiQL page title |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Sets whether GraphQL websocket is enabled. |
|
|
java.lang.String |
Sets the GraphQL websocket path. |
|
|
boolean |
Sets whether GraphQL websocket keep alive is enabled. |
|
|
java.lang.String |
Sets the GraphQL keep alive interval in seconds. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Sets whether GraphQL websocket is enabled. |
|
|
java.lang.String |
Sets the GraphQL websocket path. |
|
|
java.time.Duration |
Sets the connection initialisation wait timeout. |