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