From 555ebfd3d68db929cbca92686f1cfdeea128a41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Kub=C3=AD=C4=8Dek?= <2174629+jaroslav-kubicek@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:08:02 -0700 Subject: [PATCH] Fix link to an explanation of @raw_response_type usage (#4435) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Time to fix TODO in DOCs 😎 Pull Request resolved: https://github.com/facebook/relay/pull/4435 Reviewed By: captbaritone Differential Revision: D48973735 Pulled By: alunyov fbshipit-source-id: 30a51492649c6d65aa20e5275616340571a6e4ab --- website/docs/glossary/glossary.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/glossary/glossary.md b/website/docs/glossary/glossary.md index 07c3b7816cd26..381c8b7ac25b0 100644 --- a/website/docs/glossary/glossary.md +++ b/website/docs/glossary/glossary.md @@ -672,8 +672,7 @@ Compare to [fragment resource](#fragment-resource). A directive added to queries which tells Relay to generate types that cover the `optimisticResponse` parameter to `commitMutation`. - -See the [documentation](../guided-tour/updating-data/local-data-updates) for more. +See the [guided tour on updating data](../guided-tour/updating-data/graphql-mutations/#optimistic-response) for more. ## Reader