Returns the status of the server
Last updated 8 months ago
query Ping { ping { status } }
{}
{ "status": Boolean, // True when server is working as expected }
POST https://dashboard.withblaze.app/api/graphql-api
POST
https://dashboard.withblaze.app/api/graphql-api
x-api-key*
API-KEY
Your Blaze API Key
{ "data": { "ping": { "status": true } } }