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