Skip to main content

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

NameTypeDescription
messageString

Response Shape

This query returns HealthCheck!

NameTypeDescription
successBoolean!Whether the mutation was successful
messageString