AccountRequestDeletion
Sends an email with the account removal link for the logged-in user.
type AccountRequestDeletion {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
AccountRequestDeletion.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
AccountRequestDeletion.errors ● [AccountError!]! non-null object
Returned by
accountRequestDeletion mutation
Was this page helpful?