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