feature/IO-3096-GlobalNotifications - Checkpoint - Notification Center
This commit is contained in:
@@ -35,7 +35,7 @@ export const MARK_ALL_NOTIFICATIONS_READ = gql`
|
||||
|
||||
export const SUBSCRIBE_TO_NOTIFICATIONS = gql`
|
||||
subscription SubscribeToNotifications {
|
||||
notifications(order_by: { created_at: desc }, limit: 1) {
|
||||
notifications(where: { read: { _is_null: true } }, order_by: { created_at: desc }) {
|
||||
id
|
||||
jobid
|
||||
associationid
|
||||
|
||||
Reference in New Issue
Block a user