Skip to main content

QuoteProjectsWhereWhereConditionsRelation

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

input QuoteProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuoteProjectsWhereWhereConditions
}

Fields

QuoteProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuoteProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuoteProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QuoteProjectsWhereWhereConditionsRelation.condition ● QuoteProjectsWhereWhereConditions input

Additional condition logic.

Member Of

QuoteProjectsWhereWhereConditions input