Skip to content

Commit 8a501be

Browse files
tyao1facebook-github-bot
authored andcommitted
Add fix missing return value for prefetchable pagination
Reviewed By: lynnshaoyu Differential Revision: D65697416 fbshipit-source-id: ce2eacb69dad01b9efd1f4f56b41cb6c1c68ad71
1 parent 7e258ca commit 8a501be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/api-reference/hooks/use-prefetchable-forward-pagination-fragment.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = FriendsList;
9292

9393
Object containing the following properties:
9494

95+
* `edges`: The edges to use. This provides a filtered list of edges in the connection that excludes the buffer. Do not use the connection edges from `data` to render otherwise the hook will not work correctly.
9596
* `data`: Object that contains data which has been read out from the Relay store; the object matches the shape of specified fragment.
9697
* The Flow type for data will also match this shape, and contain types derived from the GraphQL Schema.
9798
* `isLoadingNext`: Boolean value which indicates if a pagination request for the *next* items in the connection is currently in flight, including any incremental data payloads. The value stays `false` if the hook is automatically prefetching to fill the buffer, and the code hasn't asked for more items.

0 commit comments

Comments
 (0)