Skip to main content

MeterLettersWhereWhereConditionsRelation

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

input MeterLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: MeterLettersWhereWhereConditions
}

Fields

MeterLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

MeterLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

MeterLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

MeterLettersWhereWhereConditionsRelation.condition ● MeterLettersWhereWhereConditions input

Additional condition logic.

Member Of

MeterLettersWhereWhereConditions input