Skip to main content

QueryTaskBundlesWhereWhereConditionsRelation

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

input QueryTaskBundlesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryTaskBundlesWhereWhereConditions
}

Fields

QueryTaskBundlesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryTaskBundlesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryTaskBundlesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryTaskBundlesWhereWhereConditionsRelation.condition ● QueryTaskBundlesWhereWhereConditions input

Additional condition logic.

Member Of

QueryTaskBundlesWhereWhereConditions input