Method: GraphQL::Query::Context::Scoped#merge!
- Defined in:
- lib/graphql/query/context.rb
#merge!(hash) ⇒ Object
274 275 276 |
# File 'lib/graphql/query/context.rb', line 274 def merge!(hash) @scoped_context.merge!(hash, at: @path) end |