Skip to main content

PersonMetersWhereWhereConditionsRelation

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

input PersonMetersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonMetersWhereWhereConditions
}

Fields

PersonMetersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonMetersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonMetersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonMetersWhereWhereConditionsRelation.condition ● PersonMetersWhereWhereConditions input

Additional condition logic.

Member Of

PersonMetersWhereWhereConditions input