Request mechanisms supported by GraphQL endpoints
API Connect supports various mechanisms for sending requests to GraphQL proxy API endpoints.
You can use any of the following mechanisms for sending requests to the /graphql
and /graphql/cost
endpoints on a GraphQL proxy API:
Note: For a request sent to the
/graphql
endpoint, the GraphQL proxy API always
sends the request to the backend GraphQL server as a POST
with a JSON-encoded body,
so the backend GraphQL server must support this mechanism otherwise the call fails.