mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
jsdocs: @return should be @param
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
* @template TReturn The return type of the field resolver.
|
||||
* @template TArgs The type of supplied arguments.
|
||||
* @template TContext The type of the current resolver context.
|
||||
* @returns A batch function to resolve all fields for the given sources in a single batch.
|
||||
* @param batchResolveFn A batch function to resolve all fields for the given sources in a single batch.
|
||||
*/
|
||||
export function createBatchResolver<
|
||||
TSource,
|
||||
|
||||
Reference in New Issue
Block a user