Operation or Field for resolver.
FieldOrOperation
<undefined
, TOutput
, TInput
, "subscription"
>• TOutput extends GraphQLSilk
• TInput extends InputSchema
<GraphQLSilk
> = undefined
• TValue = InferOutput
<TOutput
>
optional
deprecationReason:Maybe
<string
>
FieldOrOperation
.deprecationReason
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:535
optional
description:Maybe
<string
>
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:530
optional
extensions:Maybe
<Readonly
<GraphQLFieldExtensions
<any
,any
,any
>>>
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:536
input:
TInput
packages/core/src/resolver/types.ts:104
output:
TOutput
packages/core/src/resolver/types.ts:105
resolve: (
value
,input
) =>Promise
<InferOutput
<TOutput
>>
• value: TValue
• input: InferInputI
<TInput
, GraphQLSilkIO
>
Promise
<InferOutput
<TOutput
>>
packages/core/src/resolver/types.ts:291
subscribe: (
input
,options
?) =>MayPromise
<AsyncIterator
<TValue
,any
,undefined
>>
• input: InferInputI
<TInput
, GraphQLSilkIO
>
• options?: ResolvingOptions
MayPromise
<AsyncIterator
<TValue
, any
, undefined
>>
packages/core/src/resolver/types.ts:295
type:
"subscription"
packages/core/src/resolver/types.ts:103