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