import React from 'react'; import Highlight from 'react-highlight'; import DocLink from 'Shared/DocLink/DocLink'; import ToggleContent from 'Shared/ToggleContent'; const GraphQLDoc = (props) => { const { projectKey } = props; return (
This plugin allows you to capture GraphQL requests and inspect them later on while replaying session recordings. This is very useful for understanding and fixing issues.
GraphQL plugin is compatible with Apollo and Relay implementations.
The plugin call will return the function, which receives four variables operationKind, operationName, variables and result. It returns result without changes.