Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Add Kotlin Coroutine Flow support for Subscriptions #1800

Closed kilink closed 5 months ago

kilink commented 5 months ago

Add support for Subscription data fetchers to return Kotlin Coroutine Flow instances.

Fixes #1076