tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Update todos query via a subscription #42

Open tiagob opened 4 years ago

tiagob commented 4 years ago

When you have multiple clients open it would be cool if you update one and the others update. Is this too complicated to include in the example app?

https://www.apollographql.com/docs/react/data/subscriptions/ https://www.apollographql.com/docs/apollo-server/data/subscriptions/ https://hasura.io/docs/1.0/graphql/manual/subscriptions/index.html