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

Function getProductsQueryOptions

packages/shared/src/graphql/njord.ts:139–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137};
138
139export const getProductsQueryOptions = () => {
140 return {
141 queryKey: generateQueryKey(RequestKey.Products),
142 queryFn: () => getProducts(),
143 staleTime: StaleTime.Default,
144 };
145};
146
147export enum UserTransactionType {
148 PostBoost = 'post_boost',

Callers 4

FeedFunction · 0.90
IntroScreenFunction · 0.90
PostActionsV1Function · 0.90
PostActionsFunction · 0.90

Calls 2

generateQueryKeyFunction · 0.90
getProductsFunction · 0.85

Tested by

no test coverage detected