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