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