Method: GraphQL::Subscriptions::Event#name
- Defined in:
- lib/graphql/subscriptions/event.rb
#name ⇒ String (readonly)
Returns Corresponds to the Subscription root field name.
10 11 12 |
# File 'lib/graphql/subscriptions/event.rb', line 10 def name @name end |