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