OBJECT

ObjectIdToSnapshotIds

Description

Supported in v6.0+

link GraphQL Schema definition

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