I am learning about implementing GraphQL API in Rails app using graphql-ruby
gem. I am not clear about the use-case of GraphQL Subscriptions.
I don't clearly understand the difference between GraphQL Subscriptions and ActionCable.
Let's say I have a mobile app which gets data from GraphQL API.
Will I be able to use ActionCable directly to publish the changes to mobile clients? If yes, then why should I go with GraphQL subscriptions?