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


