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