We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5e50f commit 7d525bfCopy full SHA for 7d525bf
api/src/unraid-api/graph/resolvers/notifications/notifications.resolver.ts
@@ -9,10 +9,8 @@ import {
9
NotificationFilter,
10
NotificationOverview,
11
NotificationType,
12
+ Resource,
13
} from '@app/graphql/generated/api/types';
-import { AppError } from '@app/core/errors/app-error';
14
-import { createSubscription, PUBSUB_CHANNEL } from '@app/core/pubsub';
15
-import { Resource } from '@app/graphql/generated/api/types';
16
import { Importance } from '@app/graphql/generated/client/graphql';
17
18
import { NotificationsService } from './notifications.service';
0 commit comments