CustomerDelete
Deletes a customer.
type CustomerDelete {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
CustomerDelete.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CustomerDelete.errors ● [AccountError!]! non-null object
CustomerDelete.user ● User object
Returned by
customerDelete mutation
Was this page helpful?