Magidoc

Unauthenticated Requests

The NextZen GraphQL API is designed to allow querying both public and protected fields. No authentication is necessary when querying public fields. Since all the fields in the following request are public, the query will return a full response.

POST https://helping-hands.portals.wizehive.app/api/graphql

None

    
  

None

    
  

When making an unauthenticated request that includes both public and protected fields, the query will not return a full response. It may return empty fields or possibly return GraphQL errors. In the following request, users is a protected field:

POST https://helping-hands.portals.wizehive.app/api/graphql

None

    
  

None