OBJECT
A dropdown option for the custom field type DROPDOWN
type DropdownOption {id: ID # Position of the option in the dropdownposition: Int # Value of the optionvalue: String }