Method: GraphQL::UnauthorizedError#context

Defined in:
lib/graphql/unauthorized_error.rb

#contextGraphQL::Query::Context

Returns the context for the current query.

Returns:



15
16
17
# File 'lib/graphql/unauthorized_error.rb', line 15

def context
  @context
end