diff --git a/resources/js/vue/app.js b/resources/js/vue/app.js index a69be3dbe..c470539c4 100755 --- a/resources/js/vue/app.js +++ b/resources/js/vue/app.js @@ -96,6 +96,11 @@ const apolloClient = new ApolloClient({ projects: relayStylePagination(), }, }, + Project: { + fields: { + sites: relayStylePagination(), + }, + }, Build: { fields: { tests: relayStylePagination(),