Merge branch 'master' of github.com:Akryum/vue-apollo

This commit is contained in:
Guillaume Chau
2018-09-02 14:31:33 +02:00
+2
View File
@@ -9,6 +9,8 @@ Use the `fetchMore()` method on a Smart Query to load more data.
::: warning
Don't forget to include the `__typename` to the new result.
Don't change the returned initial variables when using `variables()`, or data of list would be lost.
:::
Example: