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