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