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