Skip to content

Commit 24e84b1

Browse files
author
Robert Mosolgo
authored
Merge pull request #3464 from MathyouMB/master
[Documentation] Update action cable subscription setup docs
2 parents e58e649 + 52ea2ba commit 24e84b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/graphql/subscriptions/action_cable_subscriptions.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ class Subscriptions
3434
# channel: self,
3535
# }
3636
#
37-
# result = MySchema.execute({
37+
# result = MySchema.execute(
3838
# query: query,
3939
# context: context,
4040
# variables: variables,
4141
# operation_name: operation_name
42-
# })
42+
# )
4343
#
4444
# payload = {
4545
# result: result.to_h,

0 commit comments

Comments
 (0)