You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/guides/configure-auto-pagination.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,17 +152,22 @@ To set up auto pagination for the Fern Definition:
152
152
1. Specify the pagination scheme, `offset` or `cursor`
153
153
1. Specify where your `results` are located, using dot-access notation.
154
154
155
+
<Tip title="Offset pagination options">
156
+
Include `step` in most offset pagination configurations to ensure the offset increments by the page size. Use `has-next-page` when your API returns a boolean indicator for additional pages.
0 commit comments