Skip to main content

Interface: RecordingPointWithFixtureData

typedefs.RecordingPointWithFixtureData

Hierarchy

Properties

action

action: string

Inherited from

RecordingPointWithFixtureMeta.action

Defined in

src/typedefs.ts:99


clientName

clientName: string

Inherited from

RecordingPointWithFixtureMeta.clientName

Defined in

src/typedefs.ts:92


feature

Optional feature: string

Inherited from

RecordingPointWithFixtureMeta.feature

Defined in

src/typedefs.ts:95


fixtureCallString

fixtureCallString: string

Defined in

src/typedefs.ts:119


fixtureFnName

fixtureFnName: string

Overrides

RecordingPointWithFixtureMeta.fixtureFnName

Defined in

src/typedefs.ts:118


fixtureFnString

Optional fixtureFnString: string

Defined in

src/typedefs.ts:117


operationName

operationName: undefined | null | string

Inherited from

RecordingPointWithFixtureMeta.operationName

Defined in

src/typedefs.ts:94


replacedVariables

Optional replacedVariables: Map<string, Replacements>

Inherited from

RecordingPointWithFixtureMeta.replacedVariables

Defined in

src/typedefs.ts:111


result

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

Inherited from

RecordingPointWithFixtureMeta.result

Defined in

src/typedefs.ts:98


reuseFixture

Optional reuseFixture: string

Inherited from

RecordingPointWithFixtureMeta.reuseFixture

Defined in

src/typedefs.ts:109


stringifiedResult

Optional stringifiedResult: string

Inherited from

RecordingPointWithFixtureMeta.stringifiedResult

Defined in

src/typedefs.ts:112


timeDelta

timeDelta: number

Inherited from

RecordingPointWithFixtureMeta.timeDelta

Defined in

src/typedefs.ts:93


type

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

Inherited from

RecordingPointWithFixtureMeta.type

Defined in

src/typedefs.ts:97


valueAsStringToVariableName

Optional valueAsStringToVariableName: Map<string, string>

Inherited from

RecordingPointWithFixtureMeta.valueAsStringToVariableName

Defined in

src/typedefs.ts:110


variables

variables: Record<string, any>

Inherited from

RecordingPointWithFixtureMeta.variables

Defined in

src/typedefs.ts:96