Patch Changes
-
#7314
f246ddb71
Thanks @trevor-scheer! - Add an__identity
property toHeaderMap
class to disallow standardMap
s (in TypeScript).This ensures that typechecking occurs on fields which are declared to accept a
HeaderMap
(notably, thehttpGraphQLRequest.headers
option to
ApolloServer.executeHTTPGraphQLRequest
and thehttp.headers
option to
ApolloServer.executeOperation
). This might be a breaking change for
integration authors, but should be easily fixed by switching fromnew Map<string, string>()
tonew HeaderMap()
. -
#7326
e25cb58ff
Thanks @trevor-scheer! - Pinnode-abort-controller
version to avoid breaking change. Apollo Server users can enter a broken state if they update their package-lock.json due to a breaking change in a minor release of the mentioned package. -
Updated dependencies [
e0f959a63
]:- @apollo/[email protected]