Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
export
const
useCampaignById = (campaignId: string) =>
285
useQuery(useCampaignByIdOptions(campaignId));
Callers
5
SquadOptionsButton
Function · 0.90
SquadGrid
Function · 0.90
BoostSourceButton
Function · 0.90
FetchBoostedViewModal
Function · 0.90
BoostPostButton
Function · 0.90
Calls
1
useCampaignByIdOptions
Function · 0.85
Tested by
no test coverage detected