Signals to the devtools that a cache exchange will deliver a cached result.
Signals to the devtools that a cache exchange will invalidate a cached result.
Signals to the devtools that a fetch exchange has failed to execute a GraphQL API request.
Signals to the devtools that a fetch exchange will make a GraphQL API request.
Signals to the devtools that a fetch exchange has received a GraphQL API response successfully.
Signals to the devtools that a retry exchange will retry an Operation.
Generated using TypeDoc
A mapping type of debug event types to their payloads.
Remarks
These are the debug events that dispatchDebug accepts mapped to the payloads these events carry. Debug events are only used in development and only consumed by the
urql-devtools
.