Skip to main content

EasementStructuresWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query structures.

input EasementStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: EasementStructuresWhereWhereConditions
}

Fields

EasementStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

EasementStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

EasementStructuresWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

EasementStructuresWhereWhereConditionsRelation.condition ● EasementStructuresWhereWhereConditions input

Additional condition logic.

Member Of

EasementStructuresWhereWhereConditions input