customerUserInput
No description
input customerUserInput {
name: String!
email: String!
phone: String!
password: String!
addresses: [AddCustomerAddressInput!]
}
No description
input customerUserInput {
name: String!
email: String!
phone: String!
password: String!
addresses: [AddCustomerAddressInput!]
}
customerUserInput.name ● String! non-null scalarcustomerUserInput.email ● String! non-null scalarcustomerUserInput.phone ● String! non-null scalarcustomerUserInput.password ● String! non-null scalarcustomerUserInput.addresses ● [AddCustomerAddressInput!] list input