D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
UpdateNotificationEmailSettings.graphql
back
Copy
mutation UpdateNotificationEmailSettings($input: UpdateNotificationEmailSettingsInput! ) { updateNotificationEmailSettings(input: $input) { query { notification { expirationWarningTime emailSettings { title code email sendToEmail sendToAdmin sendToReseller sendToClient } } } } }