INPUT_OBJECT
ContactInputObject
A contact input object
link GraphQL Schema definition
- input ContactInputObject {
- # Date de naissance (CFA)
- : Date
- # one of "mr", "mme", "other"
- : String
- # Email
- : String
- # Numéro de fax
- : String
- # Prénom
- : String
- # Niveau de diplôme (CFA) — one of {0, 3, 4, 5, 6, 7, 8} or null.
- : Int
- : ID
- # Dernier diplôme obtenu (CFA)
- : String
- # Nom
- : String
- # Numéro de téléphone
- : String
- # Fonction
- : String
- # Deuxième nom de famille
- : String
- # List of tags to describe the contact. A valid tag is one of the following:
- # "admin", "learning", "finance", "manager"
- : [String]
- # Titre
- : String
- }