Exception: GraphQL::Subscriptions::SubscriptionScopeMissingError

Inherits:
Error
  • Object
show all
Defined in:
lib/graphql/subscriptions.rb

Overview

Raised when either: - An initial subscription didn’t have a value for context[subscription_scope] - Or, an update didn’t pass .trigger(..., scope:) When raised, the initial subscription or update fails completely.