From e37f7ed3b107c0b68d20e6031b659685a4220972 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 19 Sep 2024 12:01:31 -0700 Subject: [PATCH] Update error handling and semantic nullability docs to include talks and links --- website/docs/guides/catch-directive.md | 6 ++++++ website/docs/guides/graphql-server-specification.md | 6 ++++++ website/docs/guides/semantic-nullability.md | 12 ++++++++---- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/website/docs/guides/catch-directive.md b/website/docs/guides/catch-directive.md index b4fcc27758da2..07b3f4d7f0def 100644 --- a/website/docs/guides/catch-directive.md +++ b/website/docs/guides/catch-directive.md @@ -175,3 +175,9 @@ default argument - which means you can write either `@catch` or `@catch(to: NULL)` will provide you with the exact same behavior as existed before `@catch` was possible. The field will be null if it contains an error. + +## GraphQL Conf Talk + +The Relay team gave a talk at GraphQL Conf 2024 about `@catch` and explicit error handling in Relay. You can watch it here: + +