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