TODO: add description
Before we cover the API operations we need to talk about a few GQL types defined by this service. TODO: add types description
TODO: add policy summary
TODO: add inputs
TODO: add enums if any
TODO: add scalars if any
Health check query verifies the Federated Gateway service is working.
TODO: update health check query as necessary
query {
healthcheck
}
If successful this query will return the services health status.
{
"data": {
"healthcheck": {
"status": "ok"
}
}
}
TODO: add mutations