Add mutation to mark a notification as read
Created by: Tirokk
Authored by roschaefer Closed
In order to mark a notification as read (you don't want to have notifications piled up in your user account) we need a backend mutation that looks more or less like the following;
mark(id: ID!, read: Boolean): Notification!