Is your feature request related to a problem? Please describe.
As per graphql-java currently we only support subscription functions that return some Publisher (e.g. Reactor Flux). Since we support coroutines for queries/mutations we should also support Flow for subscriptions.
Describe the solution you'd like
Support Kotlin Flow type for subscriptions.
Describe alternatives you've considered
N/A
Additional context
N/A