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