packages/apollo-server/README.md
Package detail
graphql-extensions
The graphql-extensions API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/
Add extensions to GraphQL servers
readme
changelog
Changelog
This package is deprecated. Please use the Apollo Server Plugin API (specified on the
pluginsproperty, rather thanextensions), which provides the same functionality (and more).
0.1.0-beta
- Backwards-incompatible change:
fooDidStarthandlers (where foo isrequest,parsing,validation, andexecution) now return their end handler; thefooDidEndhandlers no longer exist. The end handlers now take errors. There is a newwillSendResponsehandler. ThefooDidStarthandlers take extra options (eg, theExecutionArgsforexecutionDidStart). - Backwards-incompatible change: Previously, the
GraphQLExtensionStackconstructor took eitherGraphQLExtensionobjects or their constructors. Now you may only pass inGraphQLExtensionobjects.
0.0.10
- Fix lifecycle method invocations on extensions