INPUT_OBJECT
Autogenerated input type of VerifyAuthenticatorMutation
input VerifyAuthenticatorMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# A code from the user's authenticator, to verify that they are able# to generate codes correctly before we confirm the authenticator as# being set up.mfaToken: String!}