QueryAccountNotesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query accountNotes.
input QueryAccountNotesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryAccountNotesWhereWhereConditions
}
Fields
QueryAccountNotesWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
QueryAccountNotesWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QueryAccountNotesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryAccountNotesWhereWhereConditionsRelation.condition ● QueryAccountNotesWhereWhereConditions input
Additional condition logic.


