Problem
The graphql-node tutorial currently uses version 2 of apollo-server. However with the release of apollo-sever version 3, certain components of the tutorial no longer work properly.
A list of non-exhaustive breaking changes
apollo-server v3 no longer uses graphql-playground by default.
apollo-server v3 does not support subscription out of the box.
Proposed Solution
Temporary quick-fix/workaround
Related Issues
Problem
The
graphql-nodetutorial currently uses version 2 ofapollo-server. However with the release of apollo-sever version 3, certain components of the tutorial no longer work properly.A list of non-exhaustive breaking changes
apollo-serverv3 no longer usesgraphql-playgroundby default.apollo-serverv3 does not support subscription out of the box.Proposed Solution
Temporary quick-fix/workaround
Related Issues