DropDownOptionInput
No description
input DropDownOptionInput {
id: ID
label: String
translations: [DropDownOptionTranslationInput!]
value: String!
}
Fields
DropDownOptionInput.id ● ID scalar
DropDownOptionInput.label ● String scalar
DropDownOptionInput.translations ● [DropDownOptionTranslationInput!] list input
A label for every language this Drop Down has been translated into. Required for each of them once the Drop Down has any: an option may never be missing a translation.
DropDownOptionInput.value ● String! non-null scalar
Member Of
CreateDropDownInput input ● PatchableDropDownFields input


