mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
jsdocs: @return should be @param
This commit is contained in:
2
types/graphql-resolve-batch/index.d.ts
vendored
2
types/graphql-resolve-batch/index.d.ts
vendored
@@ -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