vic / apollo-phoenix-websocket

An Apollo networkInterface for executing GraphQL queries via Phoenix Channels
Apache License 2.0
91 stars 9 forks source link

Wrapped unsubscribe arg in {subscriptionId: ...} #18

Closed skosch closed 7 years ago

skosch commented 7 years ago

A small change I had to make to make unsubscribe work with Absinthe master (see channel.ex#L52).

vic commented 7 years ago

Good!, thanks for fixing it. :)

skosch commented 7 years ago

Wow, that was fast. Thanks!

vic commented 7 years ago

Just released 0.6.2 with your change. Thank you again.