Subscription Widget
The easiest way to bring live data to our UI is using the Subscription widget from GraphQL package. This gives us the stream of data using which we can build our UI! One thing to note, subscriptions are just listeners, they don’t request any data when first connected, but only open up a connection to get new data.
Did you find this page helpful?
Start with GraphQL on Hasura for Free
- Build apps and APIs 10x faster
- Built-in authorization and caching
- 8x more performant than hand-rolled APIs