Module: Rails::GraphQL::Subscription

Extended by:
ActiveSupport::Autoload
Defined in:
lib/rails/graphql/subscription.rb,
lib/rails/graphql/subscription/store.rb,
lib/rails/graphql/subscription/provider.rb,
lib/rails/graphql/subscription/store/base.rb,
lib/rails/graphql/subscription/store/memory.rb,
lib/rails/graphql/subscription/provider/base.rb,
lib/rails/graphql/subscription/provider/action_cable.rb

Overview

GraphQL Subscription

A namespace for storing subscription-related objects like the provider for a stream/websocket provider, and the store, for where the subscriptions are stored

Defined Under Namespace

Modules: Provider, Store