Skip to content

Toggle2FaInput

Autogenerated input type of Toggle2Fa

Fields

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

Used By

Definition

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