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({