INPUT_OBJECT

ResetUserRecoveryCodesMutationInput

Autogenerated input type of ResetUserRecoveryCodesMutation

link GraphQL Schema definition

  • input ResetUserRecoveryCodesMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The users ID that needs recovery codes reset.
  • userId: ID!
  • }