We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2752991 commit 1380354Copy full SHA for 1380354
javascript_client/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# graphql-ruby-client
2
3
+# 1.12.1 (29 Dec 2023)
4
+
5
+- GraphiQL: support custom `channelName` and `url` in ActionCable fetcher #4756
6
7
# 1.12.0 (7 Dec 2023)
8
9
- Add GraphiQL support for subscriptions #4724
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"types": "index.d.ts",
0 commit comments