customerCreate
Creates a new customer, if you want this new customer to be able to login, please use customerRegister
customerCreate(
input: CustomerInput!
): Customer!
Creates a new customer, if you want this new customer to be able to login, please use customerRegister
customerCreate(
input: CustomerInput!
): Customer!
customerCreate.input
● CustomerInput!
non-null inputCustomer
object