Interface: EnumTypeConfig

Extends

  • Partial<GraphQLEnumTypeConfig>

Properties

astNode?

optional astNode: Maybe<EnumTypeDefinitionNode>

Inherited from

Partial.astNode

Defined in

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


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:791


enum?

optional enum: Record<string, any>

Defined in

packages/yup/src/types.ts:42


extensionASTNodes?

optional extensionASTNodes: Maybe<readonly EnumTypeExtensionNode[]>

Inherited from

Partial.extensionASTNodes

Defined in

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


extensions?

optional extensions: Maybe<Readonly<GraphQLEnumTypeExtensions>>

Inherited from

Partial.extensions

Defined in

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


name?

optional name: string

Inherited from

Partial.name

Defined in

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


values?

optional values: GraphQLEnumValueConfigMap

Inherited from

Partial.values

Defined in

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


valuesConfig?

optional valuesConfig: Record<string, GraphQLEnumValueConfig>

Defined in

packages/yup/src/types.ts:43