Magidoc

Authenticated 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
Authorization Bearer eyJhbGciOiJSUz.eyJpc3MiOiJodHR.mDZCJz7tfFR2k8edoHje-YO-1EI69SYbeR
    
  

None