Method: GraphQL::UnauthorizedError#context
- Defined in:
- lib/graphql/unauthorized_error.rb
#context ⇒ GraphQL::Query::Context
Returns the context for the current query.
15 16 17 |
# File 'lib/graphql/unauthorized_error.rb', line 15 def context @context end |