Build notification template registry from backend code

This commit is contained in:
Ruslan Bakiev
2026-04-06 15:04:45 +07:00
parent ac5ee256fd
commit befec16a84
8 changed files with 142 additions and 362 deletions

View File

@@ -0,0 +1,14 @@
query NotificationTemplates {
notificationTemplates {
id
title
channels {
channel
implemented
subject
body
buttonText
buttonUrl
}
}
}