Fetch every donation for a Tiltify campaign as a single flat array.
For cursor-aware pagination (a column scroll-list, infinite scroll,
etc.) use useInfiniteDonations instead. To cap the walk, pass
count / maxPages — both participate in the query key, so two
components asking for different slices don't share a cache entry.
Fetch every donation for a Tiltify campaign as a single flat array.
For cursor-aware pagination (a column scroll-list, infinite scroll, etc.) use useInfiniteDonations instead. To cap the walk, pass
count/maxPages— both participate in the query key, so two components asking for different slices don't share a cache entry.