INPUT_OBJECT

ObjectIdToSnapshotIdsInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input ObjectIdToSnapshotIdsInput {
  • # Required. Supported in v6.0+
  • # Object ID.
  • id: String!
  • # Required. Supported in v6.0+
  • # Snapshot IDs.
  • snapshots: [String!]!
  • }