MCPcopy Create free account
hub / github.com/dailydotdev/apps / subscribeNotification

Function subscribeNotification

packages/shared/src/graphql/notifications.ts:307–313  ·  view source on GitHub ↗
(
  params: NotificationPreferenceParams,
)

Source from the content-addressed store, hash-verified

305};
306
307export const subscribeNotification = async (
308 params: NotificationPreferenceParams,
309): Promise<EmptyResponse> => {
310 const res = await gqlClient.request(SUBSCRIBE_NOTIFICATION_MUTATION, params);
311
312 return res.subscribeNotificationPreference;
313};

Callers 3

SubscriptionCheckboxFunction · 0.85
onClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected