mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
2893fe7126
Fix a typo. |
||
---|---|---|
.. | ||
hasura | ||
public | ||
src | ||
.gitignore | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
Realtime Chat using GraphQL Subscriptions
This is the source code for a fully working group chat app that uses subscriptions in Hasura GraphQL Engine. It is built using React and Apollo.
For a complete tutorial about data modelling, check out this blog.