Skip to main content

Interface: RecordingPointWithFixtureMeta

typedefs.RecordingPointWithFixtureMeta

Hierarchy

Properties

action

action: string

Inherited from

RecordingPoint.action

Defined in

src/typedefs.ts:99


clientName

clientName: string

Inherited from

RecordingPoint.clientName

Defined in

src/typedefs.ts:92


feature

Optional feature: string

Inherited from

RecordingPoint.feature

Defined in

src/typedefs.ts:95


fixtureFnName

fixtureFnName: string

Defined in

src/typedefs.ts:108


operationName

operationName: undefined | null | string

Inherited from

RecordingPoint.operationName

Defined in

src/typedefs.ts:94


replacedVariables

Optional replacedVariables: Map<string, Replacements>

Defined in

src/typedefs.ts:111


result

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

Inherited from

RecordingPoint.result

Defined in

src/typedefs.ts:98


reuseFixture

Optional reuseFixture: string

Defined in

src/typedefs.ts:109


stringifiedResult

Optional stringifiedResult: string

Defined in

src/typedefs.ts:112


timeDelta

timeDelta: number

Inherited from

RecordingPoint.timeDelta

Defined in

src/typedefs.ts:93


type

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

Inherited from

RecordingPoint.type

Defined in

src/typedefs.ts:97


valueAsStringToVariableName

Optional valueAsStringToVariableName: Map<string, string>

Defined in

src/typedefs.ts:110


variables

variables: Record<string, any>

Inherited from

RecordingPoint.variables

Defined in

src/typedefs.ts:96