Skip to main content

SpecificationTasksWhereWhereConditionsRelation

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

input SpecificationTasksWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: SpecificationTasksWhereWhereConditions
}

Fields

SpecificationTasksWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

SpecificationTasksWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

SpecificationTasksWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

SpecificationTasksWhereWhereConditionsRelation.condition ● SpecificationTasksWhereWhereConditions input

Additional condition logic.

Member Of

SpecificationTasksWhereWhereConditions input