Condition
Condition describes the condition that must be validated by the data source engine
type Condition {
operator: ConditionOperator!
value: String
}
Fields
Condition.operator
● ConditionOperator!
non-null enum
The type of comparison to make on the value.
Condition.value
● String
scalar
The value to compare against.
Member of
DataSourceSpecConfigurationTime
object ● Filter
object