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