Skip to content

Commit

Permalink
Fix project sites page pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Nov 25, 2024
1 parent 0eb0788 commit 289d37c
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 289d37c

Please sign in to comment.