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


