We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 973135b + e763a97 commit a13b4efCopy full SHA for a13b4ef
lib/graphql/execution/lazy.rb
@@ -12,13 +12,6 @@ module Execution
12
# - It has no error-catching functionality
13
# @api private
14
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
-
22
attr_reader :path, :field
23
24
# Create a {Lazy} which will get its inner value by calling the block
0 commit comments