Skip to main content

Module: @zendesk/laika

See: how to install in your project

Interfaces

References

Behavior

Re-exports Behavior


CreateLaikaLinkOptions

Re-exports CreateLaikaLinkOptions


EventFilterFn

Re-exports EventFilterFn


InterceptApi

Re-exports InterceptApi


InterceptorFn

Re-exports InterceptorFn


Laika

Re-exports Laika


LogApi

Re-exports LogApi


ManInTheMiddleFn

Re-exports ManInTheMiddleFn


Matcher

Re-exports Matcher


MatcherFn

Re-exports MatcherFn


MatcherObject

Re-exports MatcherObject


OnSubscribe

Re-exports OnSubscribe


OnSubscribeCallback

Re-exports OnSubscribeCallback


OperationObserverCallback

Re-exports OperationObserverCallback


PassthroughDisableFn

Re-exports PassthroughDisableFn


PassthroughEnableFn

Re-exports PassthroughEnableFn


RecordingElement

Re-exports RecordingElement


RecordingElementWithFixtureData

Re-exports RecordingElementWithFixtureData


RecordingElementWithFixtureMeta

Re-exports RecordingElementWithFixtureMeta


RecordingMarker

Re-exports RecordingMarker


RecordingPoint

Re-exports RecordingPoint


RecordingPointWithFixtureData

Re-exports RecordingPointWithFixtureData


RecordingPointWithFixtureMeta

Re-exports RecordingPointWithFixtureMeta


Result

Re-exports Result


ResultFn

Re-exports ResultFn


ResultOrFn

Re-exports ResultOrFn


SubscribeMeta

Re-exports SubscribeMeta


Re-exports createLazyLoadableLaikaLink


Re-exports createLazyLoadableLink

Type Aliases

FetchResult

Ƭ FetchResult<TData, TContext, TExtensions>: SingleExecutionResult<TData, TContext, TExtensions> | ExecutionPatchResult<TData, TExtensions>

Type parameters

NameType
TDataRecord<string, any>
TContextRecord<string, any>
TExtensionsRecord<string, any>

Defined in

node_modules/@apollo/client/link/core/types.d.ts:53


Ƭ NextLink: (operation: Operation) => Observable<FetchResult>

Type declaration

▸ (operation): Observable<FetchResult>

Parameters
NameType
operationOperation
Returns

Observable<FetchResult>

Defined in

node_modules/@apollo/client/link/core/types.d.ts:54