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