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


