Skip to main content

QueryProjectsWhereWhereConditionsRelation

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

input QueryProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryProjectsWhereWhereConditions
}

Fields

QueryProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryProjectsWhereWhereConditionsRelation.condition ● QueryProjectsWhereWhereConditions input

Additional condition logic.

Member Of

QueryProjectsWhereWhereConditions input