roschaefer da57e9391c Fix #1394
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
2019-09-05 11:30:37 +02:00
..
2019-05-29 09:47:24 -03:00
2019-09-05 11:30:37 +02:00
2019-08-05 22:56:36 +02:00
2019-09-05 11:30:37 +02:00
2019-08-05 23:19:20 +02:00
2019-05-29 09:47:24 -03:00
2019-08-13 11:05:29 +02:00