1

Using hotchocolate graphql server 10.3.5 w/ pure-code-first. Clients currently query and subscribe to receive changes, works fine.

However, the query schema and subscription payload schema are often identical. I'd prefer that clients need only do the subscribe alone -- they'd get an immediate 'push' and updates as before.

Presumably hooking into a hotchocolate 'user subscribed' event and doing a push there would be the solution if it's not already supported. But unsure where/how to approach.

bunt
  • 302
  • 2
  • 13
  • 25

1 Answers1

0

Per hotchocolate author in V10.4 and V11.0 this will be straightforward, closing pending final release of those versions.

bunt
  • 302
  • 2
  • 13
  • 25
  • After a discussion on hotchocolate's slack it seems this is not possible yet (V12). – Reyn Mar 12 '22 at 08:18