Management Status
Get management service status and version information
Audience: System Administrator
Returns the current status and version information for the management service. This query is useful for health checks, monitoring, and deployment verification.
Arguments
This query accepts no arguments.
Return Type
ServiceInfo! - Service status information (non-nullable)
Usage Example
query {
management {
version
date
}
}Response Example
Notes
This query is marked with
@publicdirective, meaning it doesn't require authenticationUseful for monitoring service health and deployment status
Can be combined with other service status queries in a single request
Related Types
Last updated
Was this helpful?
