Skip to content

Commit

Permalink
Update mutations-updates.md in Tutorials (#4765)
Browse files Browse the repository at this point in the history
Summary:
change `StoryCommentsSection_comments` to `StoryCommentsSectionFragment_comments`

Pull Request resolved: #4765

Reviewed By: monicatang

Differential Revision: D63279784

Pulled By: captbaritone

fbshipit-source-id: ffb8723da6aa61b3213edaa421b563d20e32630e
  • Loading branch information
JaeYeopHan authored and facebook-github-bot committed Sep 23, 2024
1 parent 854c879 commit e95a5ae
Showing 1 changed file with 1 addition and 1 deletion.
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 e95a5ae

Please sign in to comment.