health
Information about a given version of the app
GraphQL Schema
extend type query {
"""Information about a given version of the app"""
health(message: String): HealthCheck!
}
Arguments
| Name | Type | Description |
|---|---|---|
| message | String |
Response Shape
This query returns HealthCheck!
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| message | String |