INPUT_OBJECT

DeleteSnapshotsOfUnmanagedObjectsInput

Description

Input to delete snapshots of unmanaged objects.

link GraphQL Schema definition

  • input DeleteSnapshotsOfUnmanagedObjectsInput {
  • # List of UUIDs of objects whose snapshots you want to delete.
  • objectIds: [UUID!]!
  • }

link Require by