clusterCategoryMoveAbove
Reorder a cluster within its category so it appears immediately before another cluster.
Both relationships must belong to the same category. The full list of cluster relationships in that category after the move is returned so callers can update their UI in a single round trip.
Possible errors:
- CATEGORY_ITEM_NOT_FOUND: One of the supplied relationship identifiers did not match any cluster-to-category relationship.
AUTH: Role=[product.OWNER,product.EDITOR]
clusterCategoryMoveAbove(
relationshipUuid: String!
targetRelationshipUuid: String!
): [BaseProductCategoryRelationship!]!
Arguments
clusterCategoryMoveAbove.relationshipUuid ● String! non-null scalar
Global identifier of the cluster-to-category relationship to move.
clusterCategoryMoveAbove.targetRelationshipUuid ● String! non-null scalar
Global identifier of the relationship the moved relationship should appear immediately before.