INPUT_OBJECT

MosaicSnapshotFilterInput

Description

Represents the mosaic snapshot filter input.

link GraphQL Schema definition

  • input MosaicSnapshotFilterInput {
  • # ID of the workload.
  • workloadId: [String!]
  • # Range of time.
  • timeRange: TimeRangeInput
  • }