Type alias DebugEvent<T>Internal

DebugEvent<T>: DebugEventArg<T> & {
    source: string;
    timestamp: number;
}

Utility type of the full payload that is sent to the urql-devtools.

Remarks

While the DebugEventArg defines the payload that dispatchDebug accepts, each debug event then receives additional properties which are sent to the urql-devtools, which this type defines.

Type Parameters

Generated using TypeDoc