Method: GraphQL::Subscriptions::BroadcastAnalyzer#result

Defined in:
lib/graphql/subscriptions/broadcast_analyzer.rb

#resultvoid

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Assign the result to context. (This method is allowed to return an error, but we don't need to)



49
50
51
52
# File 'lib/graphql/subscriptions/broadcast_analyzer.rb', line 49

def result
  query.context.namespace(:subscriptions)[:subscription_broadcastable] = @subscription_broadcastable
  nil
end