AccountDeleteUnion
If mutation is successful, the User will be returned, otherwise a MutationError is returned.
union AccountDeleteUnion = MutationError | User
Possible types
AccountDeleteUnion.MutationError object
Has errors for a mutation
AccountDeleteUnion.User object
A FlipGive user.
Returned by
AccountDelete mutation