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