lib/graphql/query/null_context.rb in graphql-1.9.21 vs lib/graphql/query/null_context.rb in graphql-1.10.0.pre1

- old
+ new

@@ -19,15 +19,11 @@ context: self, schema: @schema, ) end - def [](key); end - class << self extend Forwardable - - def [](key); end def instance @instance = self.new end