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


