graphql-ruby-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
# graphql-ruby-client | ||
## 1.1.3 (11 Oct 2017) | ||
- Fix Apollo + ActionCable unsubscribe function #1019 | ||
## 1.1.2 (9 Oct 2017) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "graphql-ruby-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "JavaScript client for graphql-ruby", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ /** | ||
// Register the subscription by subscribing to the channel | ||
const subscriptions = cable.subscriptions.create({ | ||
const subscription = cable.subscriptions.create({ | ||
channel: "GraphqlChannel", | ||
@@ -18,0 +18,0 @@ channelId: channelId, |
132087
48
1607