Skip to main content

QueryReadingsWhereWhereConditionsRelation

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

input QueryReadingsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryReadingsWhereWhereConditions
}

Fields

QueryReadingsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryReadingsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryReadingsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryReadingsWhereWhereConditionsRelation.condition ● QueryReadingsWhereWhereConditions input

Additional condition logic.

Member Of

QueryReadingsWhereWhereConditions input