DeletePendingRegistrationInput
No description
input DeletePendingRegistrationInput {
deleteAuthAccount: Boolean
idempotencyKey: String
}
Fields
DeletePendingRegistrationInput.deleteAuthAccount
● Boolean
scalar
Whether or not we should also fully delete the user's auth account in Firebase
DeletePendingRegistrationInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is OPTIONAL for this method. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
Member of
deletePendingRegistration
mutation