Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Did you know that it’s possible to test a graphQL query without configuring a new endpoint by Postman, not mentioning the permissions you should have because of compliance? Use https://studio.apollographql.com/sandbox/explorer instead.

How to do?

First of all, click on the gear icon to configure the Connection Settings:

A modal will open, then you should input the endpoint starting with ‘https://’ and subscriptions starting with ‘wss://https://’, then click to save it.

Operating section

Change the graphQL query according to your needs in the Operation section:

Variables section

In the Variables section, add your JSON structure with the data for the request:

The scenario above, for example, involves using data of an order like transactionId, orderUpdateAt, and restaurant identification.

Header section

In the Headers section, add the headers according to your task

In this case, it doesn't need an Authorization (Bearer Token), just the x-ui-language and x-ui-region attributes with the Spanish language.

Result

Finally, click on the name of the query and see the result in the Response section

  • No labels