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