OBJECT

IntegerNumberChamp

link GraphQL Schema definition

  • type IntegerNumberChamp implements Champ {
  • id: ID!
  • # LibellĂ© du champ.
  • label: String!
  • # La valeur du champ sous forme texte.
  • stringValue: String
  • value: BigInt
  • }

link Require by

This element is not required by anyone