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 7-11
- Create a new request by pressing the + button in the tabs
- Change the request method with the dropdown to POST
- Enter the URL to the ginto GraphQL-API (see Endpoints above)
- Open the Authorization tab
- Set the Authorization Type to Basic Auth
- Enter your ginto Credentials
- Open the Body tab
- Select GraphQL
- Make sure that the schema is fetched by pressing the reload button
- Enter the query with the data you want to fetch from the API
- Press the send button to execute the request