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