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