Skip to main content

setStageConditions

Gate a stage behind a set of condition-type rules, so it is only shown when one of the selected rules is met. Passing no rules removes the condition. A stage may only associate with one condition type.

setStageConditions(
input: SetStageConditionsInput!
): SetStageConditionsPayload

Arguments

setStageConditions.input ● SetStageConditionsInput! non-null input

The stage, condition type, and rules to apply.

Type

SetStageConditionsPayload object

Result of setting a stage's visibility conditions.