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