CustomerDelete
Result of customer delete mutation.
type CustomerDelete {
user: User
accountErrors: [AccountError!]!
}
Fields
CustomerDelete.user ● User object
The deleted customer.
CustomerDelete.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
customerDelete mutation