Options for External Filed of existing GraphQL Object.
ResolverOptions
<FieldOrOperation
<SchemaToSilk
<TSchemaIO
, TParent
>, SchemaToSilk
<TSchemaIO
, TOutput
>, InputSchemaToSilk
<TSchemaIO
, TInput
>, "field"
>>.GraphQLFieldOptions
• TSchemaIO extends AbstractSchemaIO
• TParent extends TSchemaIO
[0
]
• TOutput extends TSchemaIO
[0
]
• TInput extends InputSchema
<TSchemaIO
[0
]> = undefined
optional
deprecationReason:Maybe
<string
>
GraphQLFieldOptions
.deprecationReason
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:535
optional
description:Maybe
<string
>
GraphQLFieldOptions
.description
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
>>>
GraphQLFieldOptions
.extensions
node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:536
optional
input:TInput
packages/core/src/resolver/types.ts:224
optional
middlewares:Middleware
<FieldOrOperation
<SchemaToSilk
<TSchemaIO
,TParent
>,SchemaToSilk
<TSchemaIO
,TOutput
>,InputSchemaToSilk
<TSchemaIO
,TInput
>,"field"
>>[]
packages/core/src/resolver/types.ts:65
resolve: (
parent
,input
) =>MayPromise
<InferPropertyType
<TOutput
,TSchemaIO
[2
]>>
• parent: InferPropertyType
<TParent
, TSchemaIO
[2
]>
• input: InferInputO
<TInput
, TSchemaIO
>
MayPromise
<InferPropertyType
<TOutput
, TSchemaIO
[2
]>>
packages/core/src/resolver/types.ts:225