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


