Skip to main content

updateCustomerUserInput

No description

input updateCustomerUserInput {
name: String
email: String
phone: String
password: String
currentPassword: String!
}

Fields​

updateCustomerUserInput.name ● String scalar​

updateCustomerUserInput.email ● String scalar​

updateCustomerUserInput.phone ● String scalar​

updateCustomerUserInput.password ● String scalar​

updateCustomerUserInput.currentPassword ● String! non-null scalar​

Member Of​

updateCustomer mutation