FieldCondition
List of the condition fields.
| Field : Object | Description |
|---|---|
| actions: [FieldConditionAction] | Actions that will happen if condition be true (represented by FieldConditionActionGQLType). |
| condition: Condition | Condition to to actions be executed (represented by ConditionGQLType). |
| id: ID | Represents the condition identifier. |
| isTrueFor: Boolean | Priority order that condition field will be executed. |
| name: String | Name that describes what this condition field does. |
| phase: Phase | Lookup the phase where this conditional field is defined. |
| url: String | Show source path for condition |