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
Properties
Section titled “Properties”dataType
Section titled “dataType”
readonlydataType:PrimitiveDataType|TemporalDataType
Defined in: definition/input.ts:10
mandatory
Section titled “mandatory”
readonlymandatory:boolean
Defined in: definition/input.ts:11
readonlytype:"value"
Defined in: definition/input.ts:12