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