Skip to main content

PropertyProjectsWhereWhereConditionsRelation

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

input PropertyProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyProjectsWhereWhereConditions
}

Fields

PropertyProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyProjectsWhereWhereConditionsRelation.condition ● PropertyProjectsWhereWhereConditions input

Additional condition logic.

Member Of

PropertyProjectsWhereWhereConditions input