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