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