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


