Skip to content

Commit

Permalink
Fix project sites page pagination (#2587)
Browse files Browse the repository at this point in the history
While writing end-to-end tests for the project sites page overhauled in
#2583 as a proof-of-concept for the upcoming addition of Laravel Dusk, I
discovered that the project sites page does not paginate correctly. This
PR fixes the issue.
  • Loading branch information
williamjallen authored Nov 25, 2024
1 parent 62feae3 commit 9872a50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/js/vue/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ const apolloClient = new ApolloClient({
projects: relayStylePagination(),
},
},
Project: {
fields: {
sites: relayStylePagination(),
},
},
Build: {
fields: {
tests: relayStylePagination(),
Expand Down

0 comments on commit 9872a50

Please sign in to comment.