Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make web framework integrations into peer dependencies
Notably, have any sort of dependency at all on fastify (and fast-json-stringify!) from `apollo-server-fastify`. For now I've chosen the latest version for the peer dependencies because carefully researching "did every API we are using exist in [email protected]" seems like unnecessary work, but we can relax these later upon request. I think in practice this shouldn't affect how these packages are used because you should generally already be using your web framework in your app. Fixes #5210. See also #5139.
- Loading branch information