Skip to main content

MeterContractsWhereWhereConditionsRelation

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

input MeterContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: MeterContractsWhereWhereConditions
}

Fields

MeterContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

MeterContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

MeterContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

MeterContractsWhereWhereConditionsRelation.condition ● MeterContractsWhereWhereConditions input

Additional condition logic.

Member Of

MeterContractsWhereWhereConditions input