Skip to content

Commit

Permalink
Merge pull request #4084 from rmosolgo/remove-lazy-resolve-class-method
Browse files Browse the repository at this point in the history
remove unused Lazy.resolve
  • Loading branch information
rmosolgo committed Jun 2, 2022
2 parents 973135b + e763a97 commit a13b4ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/graphql/execution/lazy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ module Execution
# - It has no error-catching functionality
# @api private
class Lazy
# Traverse `val`, lazily resolving any values along the way
# @param val [Object] A data structure containing mixed plain values and `Lazy` instances
# @return void
def self.resolve(val)
Resolve.resolve(val)
end

attr_reader :path, :field

# Create a {Lazy} which will get its inner value by calling the block
Expand Down

0 comments on commit a13b4ef

Please sign in to comment.