fix: update app package

This commit is contained in:
Lakhan Samani
2022-11-16 12:20:32 +05:30
parent f857c993c8
commit bb2a42a1db
2 changed files with 5 additions and 1 deletions

View File

@@ -446,6 +446,8 @@ input AddEmailTemplateRequest {
event_name: String!
subject: String!
template: String!
# Design value is set when editor is used
# If raw HTML is used design value is set to null
design: String
}
@@ -454,6 +456,8 @@ input UpdateEmailTemplateRequest {
event_name: String
template: String
subject: String
# Design value is set when editor is used
# If raw HTML is used design value is set to null
design: String
}