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