Postman is a well known tool for building and using APIs. It provides the ability to query a GraphQL-API out-of-the-box. It can be downloaded for free from https://www.postman.com/.

Endpoints

POST api.dev.ginto.guide/graphql
POST api.ginto.guide/graphql

Necessary Steps

Steps 1-6

Steps 1-6

Steps 7-11

Steps 7-11

  1. Create a new request by pressing the + button in the tabs
  2. Change the request method with the dropdown to POST
  3. Enter the URL to the ginto GraphQL-API (see Endpoints above)
  4. Open the Authorization tab
  5. Set the Authorization Type to Basic Auth
  6. Enter your ginto Credentials
  7. Open the Body tab
  8. Select GraphQL
  9. Make sure that the schema is fetched by pressing the reload button
  10. Enter the query with the data you want to fetch from the API
  11. Press the send button to execute the request