Skip to content

updateNotifications

update multiple notifications at once

Arguments

input · bulkUpdateNotificationsInput · Parameters for bulkUpdateNotifications

Returns

bulkUpdateNotificationsPayload

Example

mutation updateNotifications($input: bulkUpdateNotificationsInput) {
updateNotifications(input: $input) {
current_user
messages
notifications
}
}