Skip to main content

customerUserWithoutPasswordInput

No description

input customerUserWithoutPasswordInput {
name: String!
email: String!
phone: String!
addresses: [AddCustomerAddressInput!]
}

Fields

customerUserWithoutPasswordInput.name ● String! non-null scalar

customerUserWithoutPasswordInput.email ● String! non-null scalar

customerUserWithoutPasswordInput.phone ● String! non-null scalar

customerUserWithoutPasswordInput.addresses ● [AddCustomerAddressInput!] list input

Member Of

createCustomer mutation