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