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