REST to GraphQL
Examples of how to use Bi-direct to make REST API calls to a server that only supports GraphQL queries.
Last updated
Examples of how to use Bi-direct to make REST API calls to a server that only supports GraphQL queries.
Last updated
Just like a REST to SOAP API call if you want to pass any data and the required data in the request body, you need to include a JSON object with the following keys:
Url: The endpoint URL of the REST API you want to use
Data (not optional in this case): The query you want to make