Skip to main content

QueryTasksWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query tasks.

input QueryTasksWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryTasksWhereWhereConditions
}

Fields

QueryTasksWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryTasksWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryTasksWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryTasksWhereWhereConditionsRelation.condition ● QueryTasksWhereWhereConditions input

Additional condition logic.

Member Of

QueryTasksWhereWhereConditions input