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:
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?