CustomerInput
No description
input CustomerInput {
customerId: Int
firstName: String
middleName: String
lastName: String
gender: Gender
email: String
phone: String
mobile: String
dateOfBirth: String
mailingList: YesNo
parentId: Int
primaryLanguage: String
attributes: [UserManagementAttributeValueInput!]
}
Fields
CustomerInput.customerId ● Int scalar
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.
CustomerInput.attributes ● [UserManagementAttributeValueInput!] list input
Customer's custom attribute values. This field is used to set value on attributes for the selected customer. Attributes that are used here (selected by name) must already be defined in Propeller.
Member Of
customerCreate mutation