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