Skip to main content

UpdateCustomerInput

No description

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

Fields

UpdateCustomerInput.firstName ● String scalar

UpdateCustomerInput.middleName ● String scalar

UpdateCustomerInput.lastName ● String scalar

UpdateCustomerInput.gender ● Gender enum

UpdateCustomerInput.email ● String scalar

UpdateCustomerInput.phone ● String scalar

UpdateCustomerInput.mobile ● String scalar

UpdateCustomerInput.dateOfBirth ● String scalar

UpdateCustomerInput.mailingList ● YesNo enum

UpdateCustomerInput.parentId ● Int scalar

The id of the usergroup the customer should be created in.

UpdateCustomerInput.primaryLanguage ● String scalar

The primary language of the customer.

Member Of

customerUpdate mutation