TanStack Query hook that fetches the union of personal + team
campaigns a Tiltify user participates in, keyed on userId.
Powers the "pick a campaign" dropdowns in the landing app where
team campaigns need to appear alongside personal ones. Same
auto-disable rule as useTiltifyUserCampaigns.
Same setup-screen defaults as useTiltifyUserCampaigns:
staleTime: Infinity, refetchInterval: false. See that hook's
docblock for the rationale.
TanStack Query hook that fetches the union of personal + team campaigns a Tiltify user participates in, keyed on
userId.Powers the "pick a campaign" dropdowns in the landing app where team campaigns need to appear alongside personal ones. Same auto-disable rule as useTiltifyUserCampaigns.
Same setup-screen defaults as useTiltifyUserCampaigns:
staleTime: Infinity,refetchInterval: false. See that hook's docblock for the rationale.