Interface: RecordingPoint
typedefs.RecordingPoint
Hierarchy
RecordingPoint
Properties
action
• action: string
Defined in
clientName
• clientName: string
Defined in
feature
• Optional
feature: string
Defined in
operationName
• operationName: undefined
| null
| string
Defined in
result
• result: FetchResult
<Record
<string
, any
>, Record
<string
, any
>, Record
<string
, any
>>
Defined in
timeDelta
• timeDelta: number
Defined in
type
• type: "push"
| "response:mutation"
| "response:query"
Defined in
variables
• variables: Record
<string
, any
>