mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
It seems that we weren't using the API of `vue-apollo` in the right way. The `update` callback is to transform the results (e.g. to map between the server response and a `data` attribute with a different name). For pagination there is a dedicated procedure called `fetchMore`. See: * https://vue-apollo.netlify.com/guide/apollo/pagination.html * https://vue-apollo.netlify.com/guide/components/query.html#query-operations