update naming of notification fragment
This commit is contained in:
@@ -5,7 +5,7 @@ query GetNotifications(
|
||||
) {
|
||||
notifications(limit: $limit, offset: $offset, filters: $filters) {
|
||||
notifications {
|
||||
...NotificationFragment
|
||||
...Notification
|
||||
}
|
||||
totalCount
|
||||
unreadCount
|
||||
@@ -33,7 +33,7 @@ mutation DeleteNotification($notificationId: Int!) {
|
||||
deleteNotification(notificationId: $notificationId)
|
||||
}
|
||||
|
||||
fragment NotificationFragment on NotificationGQL {
|
||||
fragment Notification on NotificationGQL {
|
||||
id
|
||||
notificationType
|
||||
actor {
|
||||
|
||||
Reference in New Issue
Block a user