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