Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
willStart
from apollo-server
, already called via `…-expres…
…s`. (#2239) * Remove `willStart` from `apollo-server`, already called via `...-express`. When the request pipeline was initially introduced, the integrations had yet to be updated to call the new life-cycle events. Now, the integrations have all caught up, but `apollo-server` is still calling `willStart`, despite the fact that its dependency which provides the actual server implementation — `apollo-server-express` – is _also_ calling it, resulting in double invocation of this event. I suspect some follow-up work should guard against this possibility, but for now this should remove the duplication. * Update CHANGELOG.md for #2239. Ref: #2239
- Loading branch information