Single notification
To mark a single notification as read,readNotification mutation should be executed. It has one required incoming argument - notificationId.
Use this mutation to indicate that a notification has been viewed, ensuring it no longer appears as unread for the current API user.
Response returns the updated Notification object.
All notifications
To mark all notifications related to the current API user as read, use mutationreadAllNotifications.
If the mutation executed without any errors, a boolean value will be returned as a response indicating the execution status.