Interface: FieldConfig

Extends

  • Partial<Omit<GraphQLFieldConfig<any, any>, "type">>

Properties

args?

optional args: GraphQLFieldConfigArgumentMap

Inherited from

Partial.args

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:532


astNode?

optional astNode: Maybe<FieldDefinitionNode>

Inherited from

Partial.astNode

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:539


deprecationReason?

optional deprecationReason: Maybe<string>

Inherited from

Partial.deprecationReason

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:535


description?

optional description: Maybe<string>

Inherited from

Partial.description

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:530


extensions?

optional extensions: Maybe<Readonly<GraphQLFieldExtensions<any, any, any>>>

Inherited from

Partial.extensions

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:536


resolve?

optional resolve: GraphQLFieldResolver<any, any, any, unknown>

Inherited from

Partial.resolve

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:533


subscribe?

optional subscribe: GraphQLFieldResolver<any, any, any, unknown>

Inherited from

Partial.subscribe

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:534


type?

optional type: null | GraphQLOutputType | () => GraphQLOutputType

Defined in

packages/yup/src/types.ts:31