From 23a7c2d9793efcf83278a2b010eb31c72d3b452b Mon Sep 17 00:00:00 2001 From: Sviatoslav Abakumov Date: Tue, 30 Jul 2024 14:38:03 -0700 Subject: [PATCH] Fix the connection key in the mutations tutorial (#4751) Summary: Pull Request resolved: https://github.com/facebook/relay/pull/4751 Reviewed By: lynnshaoyu Differential Revision: D60462960 Pulled By: captbaritone fbshipit-source-id: 02ee1abf16434332ea952931f7809a4a50f797ba --- website/docs/tutorial/mutations-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/mutations-updates.md b/website/docs/tutorial/mutations-updates.md index c94f670dc0fa6..e3de75dcb59e5 100644 --- a/website/docs/tutorial/mutations-updates.md +++ b/website/docs/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({