Method: GraphQL::Backtrace::TracedError#context
- Defined in:
- lib/graphql/backtrace/traced_error.rb
#context ⇒ GraphQL::Query::Context (readonly)
Returns The context at the field where the error was raised.
10 11 12 |
# File 'lib/graphql/backtrace/traced_error.rb', line 10 def context @context end |