Skip to main content

QueryBundleTasksWhereWhereConditionsRelation

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

input QueryBundleTasksWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryBundleTasksWhereWhereConditions
}

Fields

QueryBundleTasksWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryBundleTasksWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryBundleTasksWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryBundleTasksWhereWhereConditionsRelation.condition ● QueryBundleTasksWhereWhereConditions input

Additional condition logic.

Member Of

QueryBundleTasksWhereWhereConditions input