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