Skip to content

EnableMfaInput

Autogenerated input type of EnableMfa

Fields

deprecated DO NOT USE
enable · Boolean! · required
id · ID! · required

Used By

Definition

"""
Autogenerated input type of EnableMfa
"""
input EnableMfaInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
enable: Boolean!
id: ID!
}