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