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