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