apollo-phoenix-websocket icon indicating copy to clipboard operation
apollo-phoenix-websocket copied to clipboard

An Apollo networkInterface for executing GraphQL queries via Phoenix Channels

Results 9 apollo-phoenix-websocket issues
Sort by recently updated
recently updated
newest added

Hi there, First of all, thank you so much for this adapter, I have been using this with out any problems on Apollo 1.9. The connections in Apollo 2.x have...

Does this library need to be updated to work with the latest version of Apollo? If I use this lib's `createNetworkInterface`, the console is showing `HTTPFetchNetworkInterface` is being used, and...

In the following code, the `uri` option is required to be passed in, even though its not used since the socket parameter is provided. I've used this to supply my...

It would be nice if we could use that to return valuable data, instead of having to do yet another call to the back-end.

Are uploads supported ? absinthe plug has support for them ([types](https://github.com/absinthe-graphql/absinthe_plug/blob/master/lib/absinthe/plug/types.ex)) And If you think uploads over WS are not a good idea, would it be possible to use a...

Warning - the `printer` exports from `graphql-tag` will be removed in the next major version. See https://github.com/apollographql/graphql-tag/issues/54 for more information. Currently being [used here](https://github.com/vic/apollo-phoenix-websocket/blob/master/src/index.js#L2)

Use something like [mock-socket](https://github.com/thoov/mock-socket/)