Skip to main content

TaskChildrenWhereWhereConditionsRelation

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

input TaskChildrenWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: TaskChildrenWhereWhereConditions
}

Fields

TaskChildrenWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

TaskChildrenWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

TaskChildrenWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

TaskChildrenWhereWhereConditionsRelation.condition ● TaskChildrenWhereWhereConditions input

Additional condition logic.

Member Of

TaskChildrenWhereWhereConditions input