lib/graphql/query/null_context.rb in graphql-1.6.2 vs lib/graphql/query/null_context.rb in graphql-1.6.3
- old
+ new
@@ -14,10 +14,10 @@
schema: @schema,
)
end
class << self
- extend Forwardable
+ extend GraphQL::Delegate
def instance
@instance = self.new
end