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