OBJECT

SelectOptionInput

link GraphQL Schema definition

  • type SelectOptionInput {
  • id: ID!
  • label: String!
  • value: ID
  • }