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