Configuration Reference
Version:4.0.0-M1
Micronaut Graphql Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Returns whether GraphQL is enabled. |
|
java.lang.String |
Returns the GraphQL path. |
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 GraphiQL is enabled. |
|
java.lang.String |
Returns the GraphiQL version. |
|
java.lang.String |
Returns the GraphiQL path. |
|
java.lang.String |
Returns the GraphiQL template path. |
|
java.util.Map |
Returns the GraphiQL template parameters to be substituted in the template. |
|
java.lang.String |
Returns the GraphiQL page title. |