• TField extends GenericFieldOrOperation
= FieldOrOperation
<any
, any
, any
, any
>
outputSilk:
InferOutput
<InferFieldOutput
<TField
>>
The Output Silk of the field
packages/core/src/utils/middleware.ts:15
parent:
TField
extendsFieldOrOperation
<TParent
,any
,any
,any
> ?TParent
extendsundefined
?undefined
:InferOutput
<NonNullable
<TParent
>> :never
The previous object, which for a field on the root Query type is often not used.
packages/core/src/utils/middleware.ts:18
parseInput:
TField
extendsFieldOrOperation
<any
,any
,TInput
,any
> ?CallableInputParser
<TInput
> :undefined
A function to parse the input of the field
packages/core/src/utils/middleware.ts:25
type:
FieldOrOperationType
The type of the field: query
, mutation
, subscription
or field
packages/core/src/utils/middleware.ts:30