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