clusterBulkMove
Bulk move clusters to different categories.
Moves multiple clusters to their respective target categories in a single operation. The operation is processed in batches of 50 clusters for optimal performance. AUTH: Role=[product.OWNER,product.EDITOR]
clusterBulkMove(
input: ClusterBulkMoveInput!
): ClusterBulkMoveResponse!
Arguments
clusterBulkMove.input ● ClusterBulkMoveInput! non-null input
Bulk move input containing cluster-category pairs.
Contains an array of clusters to move, where each item specifies a clusterId and the target categoryId.
Type
ClusterBulkMoveResponse object
Response for bulk cluster move operations.
Contains the count of successfully moved clusters and any errors that occurred during the operation.