19 lines
516 B
GraphQL
19 lines
516 B
GraphQL
mutation UpdateNotificationEmailSettings($input: UpdateNotificationEmailSettingsInput! ) {
|
|
updateNotificationEmailSettings(input: $input) {
|
|
query {
|
|
notification {
|
|
expirationWarningTime
|
|
emailSettings {
|
|
title
|
|
code
|
|
email
|
|
sendToEmail
|
|
sendToAdmin
|
|
sendToReseller
|
|
sendToClient
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|