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