Method: GraphQL::Subscriptions::Event#name

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

#nameString (readonly)

Returns Corresponds to the Subscription root field name.

Returns:

  • (String)

    Corresponds to the Subscription root field name



10
11
12
# File 'lib/graphql/subscriptions/event.rb', line 10

def name
  @name
end