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