From 88206367b93fe6c1bfb2ef022456f881b500d088 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 25 Nov 2020 21:17:16 +0100 Subject: [PATCH] Update notes --- notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.txt b/notes.txt index 3a698e3..df8ae5b 100644 --- a/notes.txt +++ b/notes.txt @@ -3,3 +3,6 @@ benefits of eTry - you can wrap calls in it, as it's an expression, not a statement like try/catch note that it does not work with async/await, where you're stuck with the manual approach + +TODO: +- Add a (maybe)fromGraphQL utility for converting GraphQL's wrapper errors (with `originalError`) into a standard error chain