Files
server/opt/psa/admin/cp/queries/UpdateNotificationEmailSettings.graphql
2026-01-07 20:52:11 +01:00

19 lines
516 B
GraphQL

mutation UpdateNotificationEmailSettings($input: UpdateNotificationEmailSettingsInput! ) {
updateNotificationEmailSettings(input: $input) {
query {
notification {
expirationWarningTime
emailSettings {
title
code
email
sendToEmail
sendToAdmin
sendToReseller
sendToClient
}
}
}
}
}