Skip to main content

QueryExpensesWhereWhereConditionsRelation

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

input QueryExpensesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryExpensesWhereWhereConditions
}

Fields

QueryExpensesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryExpensesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryExpensesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryExpensesWhereWhereConditionsRelation.condition ● QueryExpensesWhereWhereConditions input

Additional condition logic.

Member Of

QueryExpensesWhereWhereConditions input