Skip to content

Commit b8a3e01

Browse files
committed
chore: update check gql white list
1 parent 546a5e7 commit b8a3e01

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/velog-scripts/scripts/checkGql.mts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,13 @@ type TargetInfo = {
244244
type Target = Record<string, TargetInfo>
245245

246246
function whiteList() {
247-
return ['logout', 'unregisterToken', 'acceptIntegration']
247+
return [
248+
'isLogged',
249+
'logout',
250+
'unregisterToken',
251+
'acceptIntegration',
252+
'readAllNotifications',
253+
'removeAllNotifications',
254+
'updateNotNoticeNotification',
255+
]
248256
}

0 commit comments

Comments
 (0)