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

Function subscribeNotification

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

Source from the content-addressed store, hash-verified

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

Callers 3

SubscriptionCheckboxFunction · 0.85
onClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected