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