OBJECT
Contact
A contact
link GraphQL Schema definition
- type Contact {
- # one of "mr", "mme", "other"
- : String
- # Email
- : String
- # Numéro de fax
- : String
- # Prénom
- : String
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Nom
- : String
- # Numéro de téléphone
- : String
- # Fonction
- : String
- : [String]
- # Titre
- : String
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }