github-actions
released this
10 Oct 10:33
·
471 commits
to main
since this release
Minor Changes
-
3b204b6: refactor(apollo): throwOnRejection #220
-
throwOnRejection became propagateOnRejection.
-
Apollo will now report to context by default.
Errors might be very verbose but this is the best way to handle it until Apollo Server 4 is released.
If you want to still throw errors, you can use the onReject callback, however, you will need to handle the HTTP 500 afterwards yourself.
-