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