From e95a5ae4049403dd7630b7721035ac1366a2f0c4 Mon Sep 17 00:00:00 2001 From: Jbee Date: Mon, 23 Sep 2024 15:03:04 -0700 Subject: [PATCH] Update mutations-updates.md in Tutorials (#4765) Summary: change `StoryCommentsSection_comments` to `StoryCommentsSectionFragment_comments` Pull Request resolved: https://github.com/facebook/relay/pull/4765 Reviewed By: monicatang Differential Revision: D63279784 Pulled By: captbaritone fbshipit-source-id: ffb8723da6aa61b3213edaa421b563d20e32630e --- .../version-v17.0.0/tutorial/mutations-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v17.0.0/tutorial/mutations-updates.md b/website/versioned_docs/version-v17.0.0/tutorial/mutations-updates.md index 1caaed50971c0..240956ced8523 100644 --- a/website/versioned_docs/version-v17.0.0/tutorial/mutations-updates.md +++ b/website/versioned_docs/version-v17.0.0/tutorial/mutations-updates.md @@ -571,7 +571,7 @@ export default function StoryCommentsComposer({story}: Props) { // change const connectionID = ConnectionHandler.getConnectionID( data.id, - 'StoryCommentsSection_comments', + 'StoryCommentsSectionFragment_comments', ); // end-change commitMutation({