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


