Accessing via Postman / GraphQL Schema examples

Postman

Once you have generated your Bearer token, you can access the GraphQL schema easily using Postman. Simply take your generated token, and create a new request using the GraphQL feature:

Select GraphQL from the dropdown.
Authenticate using your generated Bearer token.

Load the GraphQL schema by entering the URL (https://api.staging.v2.tnid.com/company for example, for the /company endpoints), and then press "Use GraphQL Introspection" on the Schema tab.

Press "Use GraphQL Introspection" to load the schema.

The schema should now be accessible via Postman.

Example Code to access GraphQL Schema

Last updated

Was this helpful?