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