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


