Method: GraphQL::Execution::Lookahead#name
- Defined in:
- lib/graphql/execution/lookahead.rb
#name ⇒ Symbol
The method name of the field. It returns the method_sym of the Lookahead's field.
212 213 214 |
# File 'lib/graphql/execution/lookahead.rb', line 212 def name @field && @field.original_name end |