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

Function getFeedSettingsQueryKey

packages/shared/src/hooks/useFeedSettings.ts:16–19  ·  view source on GitHub ↗
(
  user?: LoggedUser,
  feedId?: string,
)

Source from the content-addressed store, hash-verified

14import { gqlClient } from '../graphql/common';
15
16export const getFeedSettingsQueryKey = (
17 user?: LoggedUser,
18 feedId?: string,
19): string[] => [user?.id, RequestKey.FeedSettings, feedId];
20
21export interface FeedSettingsReturnType {
22 tagsCategories: TagCategory[];

Callers 11

SeedFeedSettingsFunction · 0.90
Feed.spec.tsxFile · 0.90
FeedSettingsCreateFunction · 0.90
useFeedSettingsEditFunction · 0.90
TagSelectionFunction · 0.90
onMutateAdvancedSettingsFunction · 0.90
onMutateTagsSettingsFunction · 0.90
onMutateSourcesSettingsFunction · 0.90
TagPage.tsxFile · 0.90
SourcePage.tsxFile · 0.90
useFeedSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected