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


