OBJECT

SelectField

Field where a list of predefined options is supplied

link GraphQL Schema definition

  • type SelectField {
  • # Default selection value (as exists in `options`)
  • defaultValue: String
  • name: String!
  • options: [SelectOption!]!
  • }