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