Skip to content

Commit

Permalink
Update advanced-pagination.md (#4264)
Browse files Browse the repository at this point in the history
Summary:
Bug inside the fragment name

Pull Request resolved: #4264

Reviewed By: voideanvalue

Differential Revision: D44423533

Pulled By: captbaritone

fbshipit-source-id: 431ef9055defb9eeac597215a3947d7ba36b34f8
  • Loading branch information
christiansany authored and facebook-github-bot committed Apr 3, 2023
1 parent 2f0885e commit d431902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function CombinedFriendsListComponent(props: Props) {

const {data: viewerData, ...viewerPagination} = usePaginationFragment(
graphql`
fragment CombinedFriendsListComponent_user on Viewer {
fragment CombinedFriendsListComponent_viewer on Viewer {
actor {
... on User {
name
Expand Down

0 comments on commit d431902

Please sign in to comment.