OBJECT

DropdownOption

A dropdown option for the custom field type DROPDOWN

link GraphQL Schema definition

  • type DropdownOption {
  • id: ID
  • # Position of the option in the dropdown
  • position: Int
  • # Value of the option
  • value: String
  • }