poetic / apollo-datasource-graphql

GraphQL/Apollo DataSource to connect to GraphQL API's from your Apollo Server
84 stars 18 forks source link

Support ws link transport to make the comms more efficient #17

Open cusspvz opened 4 years ago

cusspvz commented 4 years ago

For cases where we don't need to change the headers per request, and we're using Graphql servers that support a WebSocket Link transport, it would be beneficial to use a WS Link instead of the HTTP link.