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