Skip to main content

QuerySpecificationsHasTagsWhereHasConditionsRelation

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

input QuerySpecificationsHasTagsWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuerySpecificationsHasTagsWhereHasConditions
}

Fields

QuerySpecificationsHasTagsWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuerySpecificationsHasTagsWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuerySpecificationsHasTagsWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QuerySpecificationsHasTagsWhereHasConditionsRelation.condition ● QuerySpecificationsHasTagsWhereHasConditions input

Additional condition logic.

Member Of

QuerySpecificationsHasTagsWhereHasConditions input