INPUT_OBJECT
Input for deleting multiple filesets.
input BulkDeleteFilesetInput {# Required. Provide a comma-separated list of fileset IDs.ids: [String!]!# Flag to indicate whether to convert snapshots of all deleted filesets to relics # or to delete them. Applies to all filesets. Default is true.preserveSnapshots: Boolean}