This package is deprecated. Please use the Apollo Server Plugin API (specified on the
plugins
property, rather thanextensions
), which provides the same functionality (and more).
fooDidStart
handlers (where foo is request
, parsing
, validation
, and execution
) now return their end handler; the fooDidEnd
handlers no longer exist. The end handlers now take errors. There is a new willSendResponse
handler. The fooDidStart
handlers take extra options (eg, the ExecutionArgs
for executionDidStart
).GraphQLExtensionStack
constructor took either GraphQLExtension
objects or their constructors. Now you may only pass in GraphQLExtension
objects.