INPUT_OBJECT

CdmSnapshotFilterInput

link GraphQL Schema definition

  • input CdmSnapshotFilterInput {
  • clusterUuid: [UUID!]
  • # Filter on whether the snapshot is indexed.
  • isIndexed: Boolean
  • isOnDemandSnapshot: Boolean
  • # Specifies whether RSC only queries for local snapshots.
  • localSnapshotsOnly: Boolean
  • snappableId: [String!]
  • snapshotId: [UUID!]
  • timeRange: TimeRangeInput
  • }