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


