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