Open
Description
Is your feature request related to a problem? Please describe.
graphql-kotlin-client
currently supports query and mutation operations. We should provide support for subscription operations as well.
Describe the solution you'd like
Gradle/Maven plugins should auto generate client that can utilizes websockets for subscriptions and adheres to Apollo subscription protocol.
Describe alternatives you've considered
N/A
Additional context
N/A