Method: GraphQL::Field#resolve
- Defined in:
- lib/graphql/field.rb
#resolve(object, arguments, context) ⇒ Object
Get a value for this field
243 244 245 |
# File 'lib/graphql/field.rb', line 243 def resolve(object, arguments, context) resolve_proc.call(object, arguments, context) end |