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