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


