Skip to main content

Interface: RecordingPoint

typedefs.RecordingPoint

Hierarchy

Properties

action

action: string

Defined in

src/typedefs.ts:99


clientName

clientName: string

Defined in

src/typedefs.ts:92


feature

Optional feature: string

Defined in

src/typedefs.ts:95


operationName

operationName: undefined | null | string

Defined in

src/typedefs.ts:94


result

result: FetchResult<Record<string, any>, Record<string, any>, Record<string, any>>

Defined in

src/typedefs.ts:98


timeDelta

timeDelta: number

Defined in

src/typedefs.ts:93


type

type: "push" | "response:mutation" | "response:query"

Defined in

src/typedefs.ts:97


variables

variables: Record<string, any>

Defined in

src/typedefs.ts:96