Checking the API health
3 min
checking the parse graphql api health problem you want to check the parse server backend health through the graphql api solution using the parse graphql api, you can check the backend health by calling the \<font color="#2166ae">health\</font> query example query health { health } result { "data" { "health" true } }