3
1 Comment

GraphQL with Rails Part 3 - Subscriptions with websockets via Pusher

This post is part of our GraphQL with Rails series!

In this episode we show you how to setup GraphQL subscriptions for websockets in your Rails application, using graphql-ruby and Pusher.

https://www.keypup.io/blog/graphql-the-rails-way-part-3-subscriptions-with-websockets-via-pusher

The article will guide you on how to get your first subscription working end to end.

There is a lot to say about subscriptions. I shall write more about it ;)


Previous episodes:

on October 8, 2021
  1. 1

    Hello, i follow your tutorial but, when try trigger method subscription, return error in screen: /app/vendor/bundle/ruby/3.1.0/gems/graphql-2.0.17/lib/graphql/subscriptions.rb:176:in `execute_all': GraphQL::RequiredImplementationMissingError (GraphQL::RequiredImplementationMissingError), i missing something?