A repo to explore GraphQL subscriptions
- Client: divisio-frontend-next-boilerplate
- I've removed Husky
- Server: divisio-practice-backend/victor
- Kill process Ubuntu
$ sudo kill -9 `sudo lsof -t -i:4000`
- Add comments to Post model
- Setup PubSub
- Implement Post subscriptions resolvers
- Implement Comment resolvers