Fix #1394
Created by: Tirokk
Authored by roschaefer Merged
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
🍰 Pullrequest
Issues
- fixes #1394 (closed)
Todo
-
None