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