ChoiceValue
No description
type ChoiceValue {
raw: String
verbose: String
}
Fields
ChoiceValue.raw
● String
scalar
The raw name of the choice.
ChoiceValue.verbose
● String
scalar
The verbose name of the choice.
Member of
AddressValidationData
object