INPUT_OBJECT

BulkDeleteFilesetTemplateInput

Description

Input for deleting multiple fileset templates.

link GraphQL Schema definition

  • input BulkDeleteFilesetTemplateInput {
  • # Flag to indicate whether to convert snapshots of filesets of the deleted
  • # templates to relics or to delete them. Applies to all templates being deleted.
  • # Default is true.
  • preserveSnapshots: Boolean
  • # Required. Provide an array with the ID of each fileset template to remove.
  • ids: [String!]!
  • }

link Require by