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