Exception: GraphQL::Schema::Subscription::EarlyUnsubscribe
- Inherits:
-
RuntimeError
- Object
- StandardError
- Error
- RuntimeError
- GraphQL::Schema::Subscription::EarlyUnsubscribe
- Defined in:
- lib/graphql/schema/subscription.rb
Instance Attribute Summary collapse
-
#unsubscribed_result ⇒ Object
Returns the value of attribute unsubscribed_result.
Attributes included from Execution::Finalizer
Method Summary
Methods included from Execution::Finalizer
#ast_node, #ast_node=, #finalize_graphql_result
Instance Attribute Details
#unsubscribed_result ⇒ Object
Returns the value of attribute unsubscribed_result.
156 157 158 |
# File 'lib/graphql/schema/subscription.rb', line 156 def unsubscribed_result @unsubscribed_result end |