Sha256: e25e7d592c2dbc2c3ef1f72094cefd0e37ae9a7f9dea244a906a312e12a48822
Contents?: true
Size: 399 Bytes
Versions: 6
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true module Rails module GraphQL # = 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 module Subscription extend ActiveSupport::Autoload autoload :Store autoload :Provider end end end
Version data entries
6 entries across 6 versions & 1 rubygems