graphql-hive / gateway

GraphQL gateway that can act as a Federation Gateway or a Proxy Gateway for any GraphQL service.
https://the-guild.dev/graphql/hive/docs/gateway
MIT License
13 stars 2 forks source link

docs(config): `transportEntries[*].options.subscriptions.kind` is removed from `ClientOptions` of `graphql-ws` #133

Open jjangga0214 opened 3 days ago

jjangga0214 commented 3 days ago

Docs:

스크린샷 2024-11-19 오전 10 22 17

But it seems the option kind is removed from graphql-ws : https://the-guild.dev/graphql/ws/docs/interfaces/client.ClientOptions

스크린샷 2024-11-19 오전 10 26 57
enisdenjo commented 3 days ago

The kind option was not from graphql-ws, but from the Hive Gateway. We've refactored some thing and forgot to update the docs. Thanks for pointing this out! We'll fix it soon.