Skip to content

Commit 8f8c1dc

Browse files
author
Guillaume Chau
committed
Merge branch 'master' of github.com:Akryum/vue-apollo
2 parents 1a50110 + bacbc0e commit 8f8c1dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/apollo/pagination.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Use the `fetchMore()` method on a Smart Query to load more data.
99

1010
::: warning
1111
Don't forget to include the `__typename` to the new result.
12+
13+
Don't change the returned initial variables when using `variables()`, or data of list would be lost.
1214
:::
1315

1416
Example:

0 commit comments

Comments
 (0)