Configuration Reference
Version:4.5.0
Micronaut Graphql Config Properties
🔗| Property | Type | Description | 
|---|---|---|
| 
 | boolean | Returns whether GraphiQL is enabled. Default value (false). | 
| 
 | java.lang.String | Returns the GraphiQL version. Default value ("3.0.6"). | 
| 
 | java.lang.String | Returns the GraphIQL Explorer plugin version. Default value ("0.3.5"). | 
| 
 | java.lang.String | Returns the GraphiQL path. Default value ("/graphiql"). | 
| 
 | java.lang.String | Returns the GraphiQL template path. Default value ("classpath:graphiql/index.html"). | 
| 
 | java.util.Map | Returns the GraphiQL template parameters to be substituted in the template. | 
| 
 | java.lang.String | Returns the GraphiQL page title. Default value ("GraphiQL"). | 
| Property | Type | Description | 
|---|---|---|
| 
 | boolean | Returns whether GraphQL websocket is enabled. | 
| 
 | java.lang.String | Returns the GraphQL websocket path. | 
| 
 | boolean | Returns whether GraphQL websocket keep alive is enabled. | 
| 
 | java.lang.String | Returns the GraphQL keep alive interval in seconds. | 
| Property | Type | Description | 
|---|---|---|
| 
 | boolean | Returns whether GraphQL websocket is enabled. | 
| 
 | java.lang.String | Returns the GraphQL websocket path. | 
| 
 | java.time.Duration | Returns the connection intialisation wait timeout. | 
| Property | Type | Description | 
|---|---|---|
| 
 | boolean | Returns whether GraphQL is enabled. | 
| 
 | java.lang.String | Returns the GraphQL path. |