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


