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