Add batchfn jsdocs

This commit is contained in:
nayni
2018-03-10 14:40:39 +01:00
parent be81617ff7
commit 7134742338

View File

@@ -18,6 +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.
*/
export function createBatchResolver<
TSource,