Skip to content

Latest commit

History

History
14 lines (9 loc) 路 599 Bytes

small-suits-compare.md

File metadata and controls

14 lines (9 loc) 路 599 Bytes
@apollo/server-integration-testsuite @apollo/server
patch
patch

Refactor error formatting.

Remove error.extensions.exception; you can add it back yourself with formatError. error.extensions.exception.stacktrace is now available on error.extensions.stacktrace.

Provide unwrapResolverError function in @apollo/server/errors; useful for your formatError hook.

No more TS declare module describing the exception extension (partially incorrectly).

Rename the (new in v4) constructor option includeStackTracesInErrorResponses to includeStacktraceInErrorResponses.