We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a50110 + bacbc0e commit 8f8c1dcCopy full SHA for 8f8c1dc
docs/guide/apollo/pagination.md
@@ -9,6 +9,8 @@ Use the `fetchMore()` method on a Smart Query to load more data.
9
10
::: warning
11
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.
14
:::
15
16
Example:
0 commit comments