Build notification template registry from backend code
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
query NotificationTemplates {
|
||||
notificationTemplates {
|
||||
id
|
||||
title
|
||||
channels {
|
||||
channel
|
||||
implemented
|
||||
subject
|
||||
body
|
||||
buttonText
|
||||
buttonUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user