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