Skip to main content

ProjectPropertiesWhereWhereConditionsRelation

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

input ProjectPropertiesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ProjectPropertiesWhereWhereConditions
}

Fields

ProjectPropertiesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ProjectPropertiesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ProjectPropertiesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ProjectPropertiesWhereWhereConditionsRelation.condition ● ProjectPropertiesWhereWhereConditions input

Additional condition logic.

Member Of

ProjectPropertiesWhereWhereConditions input