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 54264fc commit ffa5cefCopy full SHA for ffa5cef
src/services/notificationService.ts
@@ -19,8 +19,8 @@ export const notificationService = {
19
},
20
async notificationCount(cookies: Cookies) {
21
const NOTIFICATION_COUNT_QUERY = `
22
- query NotificationCount {
23
- notificationCount
+ query NotNoticeNotificationCount {
+ notNoticeNotificationCount
24
}
25
`;
26
@@ -30,7 +30,7 @@ export const notificationService = {
30
const res = await Axios.post<AxiosResponse<NotificationCountResponse>>(
31
endpoint,
32
{
33
- operationName: 'NotificationCount',
+ operationName: 'NotNoticeNotificationCount',
34
query: NOTIFICATION_COUNT_QUERY,
35
36
0 commit comments