Skip to content

DataTypeInputDefinition

Defined in: definition/input.ts:9

Largely inspired and intended to provide functional alignment to GraphQL input types.

https://spec.graphql.org/October2021/#sec-Input-Values

readonly dataType: PrimitiveDataType | TemporalDataType

Defined in: definition/input.ts:10


readonly mandatory: boolean

Defined in: definition/input.ts:11


readonly type: "value"

Defined in: definition/input.ts:12