Skip to content

Commit

Permalink
Fix appeals useFetchAllPages by setting the field policy to paginatio…
Browse files Browse the repository at this point in the history
…nFieldPolicy (#1195)
  • Loading branch information
caleballdrin authored Nov 15, 2024
1 parent c0745fa commit 95a5eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/apollo/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const createCache = () =>
Query: {
fields: {
accountListPledges: paginationFieldPolicy,
appeals: paginationFieldPolicy,
coachingAccountListPledges: paginationFieldPolicy,
contacts: paginationFieldPolicy,
donations: paginationFieldPolicy,
Expand Down

0 comments on commit 95a5eae

Please sign in to comment.