Skip to main content

clusterOptionMoveBelow

Reorder a cluster option within its cluster so it appears immediately after 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]

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

Arguments

clusterOptionMoveBelow.clusterOptionUuid ● String! non-null scalar

Global identifier of the cluster option to move.

clusterOptionMoveBelow.targetClusterOptionUuid ● String! non-null scalar

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

Type

ClusterOption object

Cluster option for configuring cluster product selections