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