QuerySegmentsWhereWhereConditionsHasCondition
Dynamic WHERE HAS conditions for the where argument of the query segments.
input QuerySegmentsWhereWhereConditionsHasCondition {
column: String
operator: SQLOperator
value: Mixed
AND: [QuerySegmentsWhereWhereConditionsHasCondition!]
OR: [QuerySegmentsWhereWhereConditionsHasCondition!]
HAS: QuerySegmentsWhereWhereConditionsRelation
}
Fields
QuerySegmentsWhereWhereConditionsHasCondition.column ● String scalar
The column that is used for the condition.
QuerySegmentsWhereWhereConditionsHasCondition.operator ● SQLOperator enum
The operator that is used for the condition.
QuerySegmentsWhereWhereConditionsHasCondition.value ● Mixed scalar
The value that is used for the condition.
QuerySegmentsWhereWhereConditionsHasCondition.AND ● [QuerySegmentsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires all conditions to match.
QuerySegmentsWhereWhereConditionsHasCondition.OR ● [QuerySegmentsWhereWhereConditionsHasCondition!] list input
A set of conditions that requires at least one condition to match.
QuerySegmentsWhereWhereConditionsHasCondition.HAS ● QuerySegmentsWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
QuerySegmentsWhereWhereConditionsHasCondition input ● QuerySegmentsWhereWhereConditionsRelation input


