ermadmi78 / kobby

Kobby is a codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.
Apache License 2.0
83 stars 4 forks source link

Migrate to graphql-ws protocol for GraphQL over WebSockets #38

Closed ermadmi78 closed 7 months ago

ermadmi78 commented 8 months ago

GraphQL Over WebSocket Protocols There are two such protocols, one in the subscriptions-transport-ws library and another in the graphql-ws library. The former is not active and succeeded by the latter. Read this blog post for the history.

ermadmi78 commented 7 months ago

Available since release 4.0.0