Docs
API Reference
Classes
WrapQuery

Class: WrapQuery<TContext>

wrap/src.WrapQuery

Type parameters

NameType
TContextRecord<string, any>

Implements

  • Transform<WrapQueryTransformationContext, TContext>

Table of contents

Constructors

Methods

Constructors

constructor

new WrapQuery<TContext>(path, wrapper, extractor)

Type parameters

NameType
TContextRecord<string, any>

Parameters

NameType
pathstring[]
wrapperQueryWrapper
extractor(result: any) => any

Defined in

packages/wrap/src/transforms/WrapQuery.ts:18 (opens in a new tab)

Methods

transformRequest

transformRequest(originalRequest, _delegationContext, _transformationContext): ExecutionRequest<any, any, any, Record<string, any>, any>

Parameters

NameType
originalRequestExecutionRequest<any, any, any, Record<string, any>, any>
_delegationContextDelegationContext<TContext>
_transformationContextWrapQueryTransformationContext

Returns

ExecutionRequest<any, any, any, Record<string, any>, any>

Implementation of

Transform.transformRequest

Defined in

packages/wrap/src/transforms/WrapQuery.ts:24 (opens in a new tab)


transformResult

transformResult(originalResult, _delegationContext, _transformationContext): ExecutionResult<any, any>

Parameters

NameType
originalResultExecutionResult<any, any>
_delegationContextDelegationContext<TContext>
_transformationContextWrapQueryTransformationContext

Returns

ExecutionResult<any, any>

Implementation of

Transform.transformResult

Defined in

packages/wrap/src/transforms/WrapQuery.ts:65 (opens in a new tab)