Skip to content

Commit

Permalink
Fix the connection key in the mutations tutorial (#4751)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4751

Reviewed By: lynnshaoyu

Differential Revision: D60462960

Pulled By: captbaritone

fbshipit-source-id: 02ee1abf16434332ea952931f7809a4a50f797ba
  • Loading branch information
Perlence authored and facebook-github-bot committed Jul 30, 2024
1 parent e995563 commit 23a7c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/mutations-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export default function StoryCommentsComposer({story}: Props) {
// change
const connectionID = ConnectionHandler.getConnectionID(
data.id,
'StoryCommentsSection_comments',
'StoryCommentsSectionFragment_comments',
);
// end-change
commitMutation({
Expand Down

0 comments on commit 23a7c2d

Please sign in to comment.