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