ClusterBulkMoveInput
Input for bulk moving clusters to categories.
Contains an array of cluster-category pairs for moving multiple clusters to their respective categories in a single operation.
input ClusterBulkMoveInput {
clusters: [ClusterMoveItem!]!
}
Fields
ClusterBulkMoveInput.clusters ● [ClusterMoveItem!]! non-null input
List of cluster move operations.
Array of cluster-category pairs specifying which clusters should be moved to which categories. Each item contains a clusterId and categoryId.
Member Of
clusterBulkMove mutation