graphql
The graphql
namespace contains a set of Request handlers and utilities for capturing requests to a GraphQL API.
Methods
Operation kind
query()Capture a GraphQL query by name
mutation()Capture a GraphQL mutation by name
Subscriptions are not currently supported. Contribute to the support here.
Utilities
operation()Capture any GraphQL operation regardless of type or name
link()Configure endpoint-based GraphQL requests interception