Patch Changes
-
#6771
bce9150f3Thanks @glasser! - Support Gateway. Remove executor constructor option. -
#6764
c4115e96aThanks @glasser! - Get cache-control types from @apollo/cache-control-types; no moredeclare modulefor info.cacheControl -
#6759
6ef6a090cThanks @glasser! - Refactor error formatting.Remove
error.extensions.exception; you can add it back yourself withformatError.error.extensions.exception.stacktraceis now available onerror.extensions.stacktrace.Provide
unwrapResolverErrorfunction in@apollo/server/errors; useful for yourformatErrorhook.No more TS
declare moduledescribing theexceptionextension (partially incorrectly).Rename the (new in v4) constructor option
includeStackTracesInErrorResponsestoincludeStacktraceInErrorResponses. -
#6765
536e038a7Thanks @glasser! - Port #6763 from AS3 (fix fieldLevelInstrumentation type declaration)