QueryEmailTemplatesWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query emailTemplates.
input QueryEmailTemplatesWhereWhereConditions {
column: EmailSearchByColumns
operator: SQLOperator
value: Mixed
AND: [QueryEmailTemplatesWhereWhereConditions!]
OR: [QueryEmailTemplatesWhereWhereConditions!]
HAS: QueryEmailTemplatesWhereWhereConditionsRelation
}
Fields
QueryEmailTemplatesWhereWhereConditions.column ● EmailSearchByColumns enum
The column that is used for the condition.
QueryEmailTemplatesWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
QueryEmailTemplatesWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
QueryEmailTemplatesWhereWhereConditions.AND ● [QueryEmailTemplatesWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
QueryEmailTemplatesWhereWhereConditions.OR ● [QueryEmailTemplatesWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
QueryEmailTemplatesWhereWhereConditions.HAS ● QueryEmailTemplatesWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
emailTemplates query ● QueryEmailTemplatesWhereWhereConditions input ● QueryEmailTemplatesWhereWhereConditionsRelation input


