Skip to main content

UpdateContactInput

No description

input UpdateContactInput {
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
homepage: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
primaryLanguage: String
debtorId: String
parentId: Int
}

Fields

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.primaryLanguage ● String scalar

The primary language of the contact.

UpdateContactInput.debtorId ● String scalar

The debtor's id of the contact

UpdateContactInput.parentId ● Int scalar

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

Member Of

contactUpdate mutation