OBJECT

MultipleDropDownListChamp

link GraphQL Schema definition

  • type MultipleDropDownListChamp implements Champ {
  • id: ID!
  • # LibellĂ© du champ.
  • label: String!
  • # La valeur du champ sous forme texte.
  • stringValue: String
  • values: [String!]!
  • }

link Require by

This element is not required by anyone