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