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

Don't drop the return value of the payload on `join`

Open Trevoke opened this issue 6 years ago • 1 comments

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.

Trevoke avatar Oct 31 '17 15:10 Trevoke

Not sure how you could use that given that apollo lets you interact with your graph via queries and mutations and has no knowledge of joins (nor anything underlying the websocket protocol)

vic avatar Oct 31 '17 18:10 vic