Module: Rails::GraphQL::Subscription::Provider
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/rails/graphql/subscription/provider.rb,
lib/rails/graphql/subscription/provider/base.rb,
lib/rails/graphql/subscription/provider/action_cable.rb
Overview
GraphQL Subscription Provider
Subscription provider holds all the possible options for handlers of subscriptions, which all should inherit from Provider::Base
Defined Under Namespace
Classes: ActionCable, Base