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 id of the contact. Deprecated in favor of company debtorId
CreateContactInput.parentId ● Int! non-null scalar
The id of the company the contact should be created in.
Member Of
contactCreate mutation