Files
web-frontend/graphql/operations/notifications/notification-templates.graphql
T

15 lines
190 B
GraphQL

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