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