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