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


