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