RegisterEndCustomerUserInput
No description
input RegisterEndCustomerUserInput {
firstName: String!
lastName: String!
email: String!
password: String!
siteId: String
}
Fields
RegisterEndCustomerUserInput.firstName ● String! non-null scalar
The first name of the user
RegisterEndCustomerUserInput.lastName ● String! non-null scalar
The last name of the user
RegisterEndCustomerUserInput.email ● String! non-null scalar
The email of the user
RegisterEndCustomerUserInput.password ● String! non-null scalar
The password of the user
RegisterEndCustomerUserInput.siteId ● String scalar
The siteId that will be related to the user
Member Of
registerEndCustomerUser mutation