Files
web-frontend/graphql/operations/notifications/notification-templates.graphql
2026-04-06 15:04:45 +07:00

15 lines
190 B
GraphQL

query NotificationTemplates {
notificationTemplates {
id
title
channels {
channel
implemented
subject
body
buttonText
buttonUrl
}
}
}