Open
Description
Examine whether it's possible to have the GraphQL server and Sequelize code run within a webpack hot module reload setup that would reflect model, resolver, or schema changes. Right any changes to the code on the server side require a hard shutdown and startup of the server setup. This is a minor annoyance in development. I'm not sure if the apollo-server or webpack setup that we're using would allow for it.