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.