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