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