Skip to content

updateNotification

update a notification

Arguments

input · updateNotificationInput · Parameters for updateNotification

Returns

updateNotificationPayload

Example

mutation updateNotification($input: updateNotificationInput) {
updateNotification(input: $input) {
currentUser
messages
notification
}
}