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