Skip to main content

ClusterBulkMoveResponse

Response for bulk cluster move operations.

Contains the count of successfully moved clusters and any errors that occurred during the operation.

type ClusterBulkMoveResponse {
movedCount: Int!
errors: [ClusterBulkMoveError!]!
}

Fields

ClusterBulkMoveResponse.movedCount ● Int! non-null scalar

Number of clusters successfully moved.

Count of clusters that were successfully moved to their target categories.

ClusterBulkMoveResponse.errors ● [ClusterBulkMoveError!]! non-null object

List of errors that occurred.

Array of error objects for clusters that failed to move, including error codes, messages, and affected records.

Returned By

clusterBulkMove mutation