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