Skip to main content

UpdateContactInput

No description

input UpdateContactInput {
contactId: Int!
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
homepage: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
parentId: Int
primaryLanguage: String
attributes: [UserManagementAttributeValueInput!]
}

Fields

UpdateContactInput.contactId ● Int! non-null scalar

UpdateContactInput.firstName ● String scalar

UpdateContactInput.middleName ● String scalar

UpdateContactInput.lastName ● String scalar

UpdateContactInput.gender ● Gender enum

UpdateContactInput.email ● String scalar

UpdateContactInput.homepage ● String scalar

UpdateContactInput.phone ● String scalar

UpdateContactInput.mobile ● String scalar

UpdateContactInput.dateOfBirth ● String scalar

UpdateContactInput.mailingList ● YesNo enum

UpdateContactInput.parentId ● Int scalar

The id of the company the contact should be created in.

UpdateContactInput.primaryLanguage ● String scalar

The primary language of the contact.

UpdateContactInput.attributes ● [UserManagementAttributeValueInput!] list input

Contacts's custom attribute values. This field is used to set value on attributes for the selected contact. Attributes that are used here (selected by name) must already be defined in Propeller.

Member Of

contactUpdate mutation