Skip to main content

clusterOptionMoveAbove

Reorder a cluster option within its cluster so it appears immediately before another option.

Both options must belong to the same cluster. The full list of options in that cluster after the move is returned so callers can update their UI in a single round trip.

Possible errors:

  • CLUSTER_OPTION_NOT_FOUND: One or both of the supplied option identifiers do not belong to the same cluster.

AUTH: Role=[product.OWNER,product.EDITOR]

clusterOptionMoveAbove(
clusterOptionUuid: String!
targetClusterOptionUuid: String!
): [ClusterOption!]!

Arguments

clusterOptionMoveAbove.clusterOptionUuid ● String! non-null scalar

Global identifier of the cluster option to move.

clusterOptionMoveAbove.targetClusterOptionUuid ● String! non-null scalar

Global identifier of the option the moved option should appear immediately before.

Type

ClusterOption object

Cluster option for configuring cluster product selections