customerRegister
Creates a new customer and a new login account for this customer. AUTH: Role=[user.OWNER]
customerRegister(
input: RegisterCustomerInput!
): RegisterCustomerResponse!
Creates a new customer and a new login account for this customer. AUTH: Role=[user.OWNER]
customerRegister(
input: RegisterCustomerInput!
): RegisterCustomerResponse!
customerRegister.input
● RegisterCustomerInput!
non-null inputRegisterCustomerResponse
object