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