Interface: RecordingPointWithFixtureMeta
typedefs.RecordingPointWithFixtureMeta
Hierarchy
↳
RecordingPointWithFixtureMeta
Properties
action
• action: string
Inherited from
Defined in
clientName
• clientName: string
Inherited from
Defined in
feature
• Optional
feature: string
Inherited from
Defined in
fixtureFnName
• fixtureFnName: string
Defined in
operationName
• operationName: undefined
| null
| string
Inherited from
Defined in
replacedVariables
• Optional
replacedVariables: Map
<string
, Replacements
>
Defined in
result
• result: FetchResult
<Record
<string
, any
>, Record
<string
, any
>, Record
<string
, any
>>
Inherited from
Defined in
reuseFixture
• Optional
reuseFixture: string
Defined in
stringifiedResult
• Optional
stringifiedResult: string
Defined in
timeDelta
• timeDelta: number
Inherited from
Defined in
type
• type: "push"
| "response:mutation"
| "response:query"
Inherited from
Defined in
valueAsStringToVariableName
• Optional
valueAsStringToVariableName: Map
<string
, string
>
Defined in
variables
• variables: Record
<string
, any
>