UNPKG

apollo-link-sentry

Version:

[Apollo Link](https://www.apollographql.com/docs/react/api/link/introduction) to enrich [Sentry](https://sentry.io) events with [GraphQL](https://graphql.org) data

4 lines (3 loc) 190 B
import { Operation } from '@apollo/client/core'; import { OperationDefinitionNode } from 'graphql'; export declare function extractDefinition(operation: Operation): OperationDefinitionNode;