INPUT_OBJECT
Input for deleting multiple filesets.
input BulkDeleteFilesetInput {# 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# Required. Provide a comma-separated list of fileset IDs.ids: [String!]!}