GraphQL API integration
The GraphQL integration lets you connect to any GraphQL API.
Setup
When adding a GraphQL API integration, you’ll need to set the base URL (all paths will be relative to this).
You can optionally set default headers, such as x-api-key: XXX
.
Operations
The GraphQL API integration allows making requests as either queries or mutations.
Select the right type, so do not put a mutation in a query. This affects the caching and invalidation behavior of the operation.
Was this page helpful?
Have feedback on this page? Let us know on our forum.