Method: GraphQL::Subscriptions::BroadcastAnalyzer#analyze?

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

#analyze?Boolean

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.

Only analyze subscription operations

Returns:

  • (Boolean)


21
22
23
# File 'lib/graphql/subscriptions/broadcast_analyzer.rb', line 21

def analyze?
  @query.subscription?
end