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