Skip to main content

ClusterMoveItem

Input for a single cluster move operation.

Contains the cluster identifier and the target category for moving a cluster to a different category.

input ClusterMoveItem {
clusterId: Int!
categoryId: Int!
}

Fields

ClusterMoveItem.clusterId ● Int! non-null scalar

Cluster identifier to move.

Unique numeric identifier of the cluster that should be moved to a different category.

ClusterMoveItem.categoryId ● Int! non-null scalar

Target category identifier.

ID of the category where the cluster should be moved to.

Member Of

ClusterBulkMoveInput input