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