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


