CustomerCreate
Result of customer create mutation.
type CustomerCreate {
user: User
accountErrors: [AccountError!]!
}
Fields
CustomerCreate.user ● User object
The created customer.
CustomerCreate.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
customerCreate mutation