OBJECT

ChampDescriptor

link GraphQL Schema definition

  • type ChampDescriptor {
  • # Description des champs d’un bloc répétable.
  • champDescriptors: [ChampDescriptor!]
  • # Description du champ.
  • description: String
  • id: ID!
  • # Libellé du champ.
  • label: String!
  • # List des options d’un champ avec selection.
  • options: [String!]
  • # Est-ce que le champ est obligatoire ?
  • required: Boolean!
  • # Type de la valeur du champ.
  • type: TypeDeChamp!
  • }