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