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