INPUT_OBJECT

RecoverableRangeInput

Description

Represents the recoverable range input.

link GraphQL Schema definition

  • input RecoverableRangeInput {
  • # UUID of the MongoDB source.
  • source: UUID!
  • # UUID of the databases.
  • databases: [UUID!]
  • # UUID of the collections.
  • collections: [UUID!]
  • }

link Require by