Skip to content

Fix #1394

Hannes Heine requested to merge pr1479head into pr1479base

Created by: Tirokk

roschaefer 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:

🍰 Pullrequest

Issues

Todo

  • None

Merge request reports