CustomerCreate
Creates a new customer.
type CustomerCreate {
accountErrors: [AccountError!]!
user: User
}
Fields
CustomerCreate.accountErrors ● [AccountError!]! non-null object
CustomerCreate.user ● User object
Returned By
customerCreate mutation