PersonContactsWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query contacts
.
input PersonContactsWhereWhereConditions {
column: ContactsWhereColumns
operator: SQLOperator
value: Mixed
AND: [PersonContactsWhereWhereConditions!]
OR: [PersonContactsWhereWhereConditions!]
HAS: PersonContactsWhereWhereConditionsRelation
}
Fields
PersonContactsWhereWhereConditions.column
● ContactsWhereColumns
enum
The column that is used for the condition.
PersonContactsWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
PersonContactsWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
PersonContactsWhereWhereConditions.AND
● [PersonContactsWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
PersonContactsWhereWhereConditions.OR
● [PersonContactsWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
PersonContactsWhereWhereConditions.HAS
● PersonContactsWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
PersonContactsWhereWhereConditions
input ● PersonContactsWhereWhereConditionsRelation
input