Module: Rails::GraphQL::Subscription::Store

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

Overview

GraphQL Subscription Store

Subscription store holds all the possible options for storing the subscriptions, allowing to segmentation by field, variables, and several other things according to the necessity

Defined Under Namespace

Classes: Base, Memory