Skip to main content

QueryPropertiesHasTagsWhereHasConditionsRelation

Dynamic HAS conditions for WHERE conditions for the hasTags argument of the query properties.

input QueryPropertiesHasTagsWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryPropertiesHasTagsWhereHasConditions
}

Fields

QueryPropertiesHasTagsWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryPropertiesHasTagsWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryPropertiesHasTagsWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QueryPropertiesHasTagsWhereHasConditionsRelation.condition ● QueryPropertiesHasTagsWhereHasConditions input

Additional condition logic.

Member Of

QueryPropertiesHasTagsWhereHasConditions input