OBJECT

CustomFieldOption

A type representing a custom field option.

link GraphQL Schema definition

  • type CustomFieldOption {
  • id: ID!
  • # The label of the custom field option.
  • label: String!
  • # The value of the custom field option.
  • value: String!
  • }