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.