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


