Skip to content

GraphQL

Use the GraphQL service and gain more control over consuming our APIs


Some of the benefits of working with GraphQL include:

  • Avoiding over-fetching or under-fetching of data: GraphQL prevents transferring unnecessary data over the network, thus improving application efficiency by allowing developers to request exactly the data they need.
  • Providing a better developer experience: Since GraphQL APIs are self-descriptive, any changes to the API are automatically reflected in its documentation. Additionally, when executing a query, if the developer types something incorrectly or makes an invalid query, detailed error information is provided immediately.

Playground

https://stg.api.mercadoe.com/graphql

Authentication

To use our service, you need to have a credential generated on our portal [learn how] and use it in the Auth API to generate a valid token to be sent in the Authorization: Bearer {token} header.