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