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

Function useCampaignById

packages/shared/src/graphql/campaigns.ts:284–285  ·  view source on GitHub ↗
(campaignId: string)

Source from the content-addressed store, hash-verified

282};
283
284export const useCampaignById = (campaignId: string) =>
285 useQuery(useCampaignByIdOptions(campaignId));

Callers 5

SquadOptionsButtonFunction · 0.90
SquadGridFunction · 0.90
BoostSourceButtonFunction · 0.90
FetchBoostedViewModalFunction · 0.90
BoostPostButtonFunction · 0.90

Calls 1

useCampaignByIdOptionsFunction · 0.85

Tested by

no test coverage detected