Method: GraphQL::Schema::Field#method_str
- Defined in:
- lib/graphql/schema/field.rb
#method_str ⇒ String (readonly)
Returns Method or hash key on the underlying object to look up.
30 31 32 |
# File 'lib/graphql/schema/field.rb', line 30 def method_str @method_str end |