Skip to content

Commit bacbc0e

Browse files
bin16Akryum
authored andcommitted
docs: Add a warning from my pain (#377)
See issue: #375
1 parent 64505c6 commit bacbc0e

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)