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