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
createLazyLoadableLaikaLink
Re-exports createLazyLoadableLaikaLink
createLazyLoadableLink
Re-exports createLazyLoadableLink
Type Aliases
FetchResult
Ƭ FetchResult<TData
, TContext
, TExtensions
>: SingleExecutionResult
<TData
, TContext
, TExtensions
> | ExecutionPatchResult
<TData
, TExtensions
>
Type parameters
Name | Type |
---|---|
TData | Record <string , any > |
TContext | Record <string , any > |
TExtensions | Record <string , any > |
Defined in
node_modules/@apollo/client/link/core/types.d.ts:53
NextLink
Ƭ NextLink: (operation
: Operation
) => Observable
<FetchResult
>
Type declaration
▸ (operation
): Observable
<FetchResult
>
Parameters
Name | Type |
---|---|
operation | Operation |
Returns
Observable
<FetchResult
>
Defined in
node_modules/@apollo/client/link/core/types.d.ts:54