apollo-datasource-graphql
apollo-datasource-graphql copied to clipboard
Support ws link transport to make the comms more efficient
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.