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