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