10 lines
230 B
GraphQL
10 lines
230 B
GraphQL
mutation UpdateNotificationText($input: UpdateNotificationTextInput! ) {
|
|
updateNotificationText(input: $input) {
|
|
code
|
|
emailSubject
|
|
emailDefaultSubject
|
|
emailText
|
|
emailDefaultText
|
|
}
|
|
}
|