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