You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: all.js
+7-24
Original file line number
Diff line number
Diff line change
@@ -113,12 +113,15 @@ const _allValues = function (values) {
113
113
* getAndLogUserById('1') // Got user {"_id":1,"name":"George"} by id 1
114
114
* ```
115
115
*
116
-
* Values passed in resolver position are set on the result object or array directly. If any of these values are promises, they are resolved for their values before being set on the result object or array.
116
+
* Values may be provided along with functions, in which case they are set on the result object or array directly. If any of these values are promises, they are resolved for their values before being set on the result object or array.
0 commit comments