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


