CustomerInput
No description
input CustomerInput {
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
parentId: Int
primaryLanguage: String
}
Fields
CustomerInput.firstName
● String
scalar
CustomerInput.middleName
● String
scalar
CustomerInput.lastName
● String
scalar
CustomerInput.gender
● Gender
enum
CustomerInput.email
● String
scalar
CustomerInput.phone
● String
scalar
CustomerInput.mobile
● String
scalar
CustomerInput.dateOfBirth
● String
scalar
CustomerInput.mailingList
● YesNo
enum
CustomerInput.parentId
● Int
scalar
The id of the usergroup the customer should be created in.
CustomerInput.primaryLanguage
● String
scalar
The primary language of the customer.
Member Of
customerCreate
mutation