Skip to main content

ContactMetersWhereWhereConditionsRelation

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

input ContactMetersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContactMetersWhereWhereConditions
}

Fields

ContactMetersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContactMetersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContactMetersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContactMetersWhereWhereConditionsRelation.condition ● ContactMetersWhereWhereConditions input

Additional condition logic.

Member Of

ContactMetersWhereWhereConditions input