Skip to content

ResetMfaInput

Autogenerated input type of ResetMfa

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the user whose MFA should be reset.

Used By

Definition

"""
Autogenerated input type of ResetMfa
"""
input ResetMfaInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the user whose MFA should be reset.
"""
id: ID!
}