Many use cases require apps to react in real time when some server data changes. I had to poll the DevOps API to mimic this reactiveness, which is suboptimal. API gateways like Hasura and AWS Amplify have GraphQL subscriptions for this. Websockets would also do. Is this a planned feature? Or I missed something?