mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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