Fix SMTP fields for update env mutation

This commit is contained in:
Lakhan Samani
2022-01-24 21:16:29 +05:30
parent b42cc1549a
commit 8df8010b22
3 changed files with 22 additions and 11 deletions

View File

@@ -133,8 +133,9 @@ type UpdateEnvInput struct {
OldAdminSecret *string `json:"OLD_ADMIN_SECRET"`
SMTPHost *string `json:"SMTP_HOST"`
SMTPPort *string `json:"SMTP_PORT"`
SMTPUsername *string `json:"SMTP_USERNAME"`
SMTPPassword *string `json:"SMTP_PASSWORD"`
SenderEmail *string `json:"SENDER_EMAIL"`
SenderPassword *string `json:"SENDER_PASSWORD"`
JwtType *string `json:"JWT_TYPE"`
JwtSecret *string `json:"JWT_SECRET"`
AllowedOrigins []string `json:"ALLOWED_ORIGINS"`