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