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