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