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


