get_status#
Get status of services and components on which the GraphQL Pyxis depends on.
Returns#
response_type
| plain
response_object
| StatusGQL
Query example
{
get_status() {
error {
detail
status
}
data {
_id
}
}
}