ExpenseProjectsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query projects.
input ExpenseProjectsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ExpenseProjectsWhereWhereConditions
}
Fields
ExpenseProjectsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
ExpenseProjectsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
ExpenseProjectsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
ExpenseProjectsWhereWhereConditionsRelation.condition ● ExpenseProjectsWhereWhereConditions input
Additional condition logic.