Skip to main content

ActProjectsWhereWhereConditionsRelation

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

input ActProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ActProjectsWhereWhereConditions
}

Fields

ActProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ActProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ActProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ActProjectsWhereWhereConditionsRelation.condition ● ActProjectsWhereWhereConditions input

Additional condition logic.

Member Of

ActProjectsWhereWhereConditions input