Skip to content

Commit a13b4ef

Browse files
authored
Merge pull request #4084 from rmosolgo/remove-lazy-resolve-class-method
remove unused Lazy.resolve
2 parents 973135b + e763a97 commit a13b4ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/graphql/execution/lazy.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ module Execution
1212
# - It has no error-catching functionality
1313
# @api private
1414
class Lazy
15-
# Traverse `val`, lazily resolving any values along the way
16-
# @param val [Object] A data structure containing mixed plain values and `Lazy` instances
17-
# @return void
18-
def self.resolve(val)
19-
Resolve.resolve(val)
20-
end
21-
2215
attr_reader :path, :field
2316

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

0 commit comments

Comments
 (0)