Skip to content

ResetMfaInput

Autogenerated input type of ResetMfa

Fields

id · ID! · required · The ID of the user whose MFA should be reset.

Used By

Definition

"""
Autogenerated input type of ResetMfa
"""
input ResetMfaInput {
"""
The ID of the user whose MFA should be reset.
"""
id: ID!
}