ContractContactsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query contacts
.
input ContractContactsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractContactsWhereWhereConditions
}
Fields
ContractContactsWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
ContractContactsWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
ContractContactsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
ContractContactsWhereWhereConditionsRelation.condition
● ContractContactsWhereWhereConditions
input
Additional condition logic.