Method: GraphQL::Field#property
- Defined in:
- lib/graphql/field.rb
#property ⇒ Symbol?
Returns The method to call on obj to return this field (overrides #name if present).
177 178 179 |
# File 'lib/graphql/field.rb', line 177 def property @property end |