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.
1 parent 7eed58a commit 22e747cCopy full SHA for 22e747c
lib/graphql/dataloader/loader.rb
@@ -135,7 +135,7 @@ def fulfilled_value_for(key)
135
end
136
137
def perform(values)
138
- raise NotImplementedError, "`#{self.class}#perform` should load `values` for `@key` and return an item for each of `values`"
+ raise NotImplementedError, "`#{self.class}#perform` should call `fulfill(v, loaded_value)` for each of `values`"
139
140
141
0 commit comments