Skip to main content

StructureTasksWhereWhereConditionsRelation

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

input StructureTasksWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: StructureTasksWhereWhereConditions
}

Fields

StructureTasksWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

StructureTasksWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

StructureTasksWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

StructureTasksWhereWhereConditionsRelation.condition ● StructureTasksWhereWhereConditions input

Additional condition logic.

Member Of

StructureTasksWhereWhereConditions input