Skip to main content

CreateContactInput

No description

input CreateContactInput {
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

CreateContactInput.firstName ● String scalar

CreateContactInput.middleName ● String scalar

CreateContactInput.lastName ● String scalar

CreateContactInput.gender ● Gender enum

CreateContactInput.email ● String scalar

CreateContactInput.homepage ● String scalar

CreateContactInput.phone ● String scalar

CreateContactInput.mobile ● String scalar

CreateContactInput.dateOfBirth ● String scalar

CreateContactInput.mailingList ● YesNo enum

CreateContactInput.primaryLanguage ● String scalar

The primary language of the contact.

CreateContactInput.debtorId ● String scalar

The debtor's id of the contact

CreateContactInput.parentId ● Int! non-null scalar

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

Member Of

contactCreate mutation