issues
search
echobind
/
bisonapp
A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
591
stars
28
forks
source link
chore: upgrade apollo-server
#201
Closed
kgajera
closed
3 years ago
kgajera
commented
3 years ago
This upgrades to apollo-server 3.
Changes
Migrates to using plugin to enable GraphQL playground in non-production environments
Migrates to using cache plugin:
https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol
The
cacheControl
extension is no longer included in the API response
micro
now needs to be added as a dependency:
https://www.apollographql.com/docs/apollo-server/migration/#peer-deps-instead-of-direct-deps
Checklist
[x] Requires dependency update?
[x] Generating a new app works
Fixes #188
This upgrades to apollo-server 3.
Changes
cacheControl
extension is no longer included in the API responsemicro
now needs to be added as a dependency: https://www.apollographql.com/docs/apollo-server/migration/#peer-deps-instead-of-direct-depsChecklist
Fixes #188