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


