Skip to main content

PropertyTagsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query tags.

input PropertyTagsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyTagsWhereWhereConditions
}

Fields

PropertyTagsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyTagsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyTagsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyTagsWhereWhereConditionsRelation.condition ● PropertyTagsWhereWhereConditions input

Additional condition logic.

Member Of

PropertyTagsWhereWhereConditions input