INPUT_OBJECT
ContactInputObject
A contact input object
link GraphQL Schema definition
- input ContactInputObject {
- # one of "mr", "mme", "other"
- : String
- # Email
- : String
- # Numéro de fax
- : String
- # Prénom
- : String
- : ID
- # Nom
- : String
- # Numéro de téléphone
- : String
- # Fonction
- : String
- # List of tags to describe the contact. A valid tag is one of the following:
- # "admin", "learning", "finance", "manager", "company_portal"
- : [String]
- # Titre
- : String
- }