Module: Rails::GraphQL::Request::Resolvable
- Included in:
- Component
- Defined in:
- lib/rails/graphql/request/steps/resolvable.rb
Overview
Helper methods for the resolve step of a request
Instance Method Summary collapse
-
#resolve! ⇒ Object
Resolve the object.
Instance Method Details
#resolve! ⇒ Object
Resolve the object
9 10 11 12 13 |
# File 'lib/rails/graphql/request/steps/resolvable.rb', line 9 def resolve! resolve rescue => error report_exception(error) end |