Skip to content

Latest commit

History

History
6 lines (5 loc) 路 359 Bytes

witty-squids-vanish.md

File metadata and controls

6 lines (5 loc) 路 359 Bytes
@apollo/server-integration-testsuite @apollo/server
patch
patch

Errors thrown in resolvers and context functions can use extensions.http to affect the response status code and headers. The default behavior when a context function throws is now to always use status code 500 rather than comparing extensions.code to INTERNAL_SERVER_ERROR.