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