From a2600b555b1f87c0138fde7cc828d969f9634490 Mon Sep 17 00:00:00 2001 From: Itamar Kestenbaum Date: Thu, 3 Oct 2024 14:57:00 -0700 Subject: [PATCH] Fix links in docs to throwonfielderror Reviewed By: monicatang Differential Revision: D63762273 fbshipit-source-id: 69ee1b792c112754893f4a56c3ba1f27c08579f8 --- .../versioned_docs/version-v18.0.0/guides/catch-directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v18.0.0/guides/catch-directive.md b/website/versioned_docs/version-v18.0.0/guides/catch-directive.md index b4fcc27758da2..20d4f799bbd27 100644 --- a/website/versioned_docs/version-v18.0.0/guides/catch-directive.md +++ b/website/versioned_docs/version-v18.0.0/guides/catch-directive.md @@ -160,7 +160,7 @@ other fields that are not under a `@catch` will still not throw - because `@throwOnFieldError` would be missing. Read more about `@throwOnFieldError` -[here](https://relay.dev/docs/next/api-reference/graphql-and-directives/#throwonfielderror-experimental). +[here](https://relay.dev/docs/next/api-reference/graphql-and-directives/#throwonfielderror). ## `@catch` arguments