Skip to main content

InvoiceProjectsWhereWhereConditionsRelation

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

input InvoiceProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: InvoiceProjectsWhereWhereConditions
}

Fields

InvoiceProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

InvoiceProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

InvoiceProjectsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

InvoiceProjectsWhereWhereConditionsRelation.condition ● InvoiceProjectsWhereWhereConditions input

Additional condition logic.

Member Of

InvoiceProjectsWhereWhereConditions input