Contains data about the failed GraphQL request without exposing passed variables, since they can contain sensitive values.

Hierarchy

  • GraphQlOperation

Properties

operationName?: string

Name of operation, if defined.

operationType?: OperationTypeNode

Type of operation, e.g. query, mutation or subscription.

rootEndpoints?: string[]

List of root endpoints, since a single operation can perform multiple queries/mutations.

Generated using TypeDoc