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