INPUT_OBJECT
UpdateContactInput
link GraphQL Schema definition
- input UpdateContactInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Profile picture associated with the contact.
- : CreateCloudObjectInput
- # Street address of the contact.
- : String
- # City of the contact address.
- : String
- # Free-form notes describing the contact.
- : String
- # Id of the contact type assigned to this contact.
- : ID
- # Country of the contact address.
- : String
- # Id of the currency exchange rate list applied to this contact.
- : ID
- # Primary email address of the contact. Used as default recipient for emails sent
- # from Coevera.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Additional email address.
- : String
- # Given name of the contact.
- : String
- # Gender of the contact (e.g. Male, Female, Other).
- : GenderEnum
- # True when the contact has been archived. Archived contacts remain readable but
- # are hidden from active lists and cannot be edited until reactivated.
- : Boolean
- # Family name of the contact.
- : String
- # Middle name of the contact, if applicable.
- : String
- # Id of the contact owner.
- : ID
- # Primary phone number of the contact. Used as default target for click-to-call.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Additional phone number.
- : String
- # Id of the profile picture document.
- : ID
- # Job title or position of the contact.
- : String
- # Free-text company name used when the contact is not linked to an actual Account
- # record. Lets integrators capture the company without creating a separate
- # Account.
- : String
- # Sharing model applied on top of the owner/unit visibility (e.g. shared with
- # selected sales units or selected users). The matching sharing_units /
- # sharing_clients lists control who is granted access.
- : ShareModeEnum
- # State or province of the contact address.
- : String
- # Honorific or salutation prefix (e.g. Mr., Ms., Dr.) shown before the name.
- : String
- # Id of the sales unit.
- : ID
- # ZIP or postal code of the contact address.
- : String
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Social network profiles linked to this contact (e.g. LinkedIn, Facebook).
- : UpdateContactSocialRelationNoIdBackrefInput
- # Accounts this contact is linked to. Each link records the role and position the
- # contact has at the related account.
- : [CreateContactAccountRelationNoContactBackrefInput!]
- # Sales units that have been granted shared access to this contact. Editable only
- # when share_mode allows unit sharing.
- : [CreateContactSharingSalesUnitRelationNoContactBackrefInput!]
- # Users that have been granted shared access to this contact. Editable only when
- # share_mode allows user sharing.
- : [CreateContactSharingClientRelationNoContactBackrefInput!]
- # Documents linked to this contact.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # External identifier of the record in the linked third-party service (e.g.
- # Google, Microsoft 365, Exchange). Maintained by the sync engine.
- : String
- # External identifier of the record in the linked third-party service (e.g.
- # Google, Microsoft 365, Exchange). Maintained by the sync engine.
- : String
- # External identifier of the record in the linked third-party service (e.g.
- # Google, Microsoft 365, Exchange). Maintained by the sync engine.
- : String
- # Roles of Contact in his primary Account.
- : [UUID!]
- # Job position of Contact in his primary Account or quick account position if
- # Contact has no primary Account.
- : String
- # If account has any unsubscribed email.
- : Boolean
- # Tag labels applied to this contact.
- : [CreateTagRelationNoContactBackrefInput!]
- # Saved view profiles this contact currently matches.
- : [CreateProfileRelationNoContactBackrefInput!]
- # Org chart relationship of Contact in his primary Account.
- : String
- }