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