From 71347423382b8babdfca1ea9e17cc98f6953d459 Mon Sep 17 00:00:00 2001 From: nayni Date: Sat, 10 Mar 2018 14:40:39 +0100 Subject: [PATCH] Add batchfn jsdocs --- types/graphql-resolve-batch/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/graphql-resolve-batch/index.d.ts b/types/graphql-resolve-batch/index.d.ts index af0fd725f7..e0118fc026 100644 --- a/types/graphql-resolve-batch/index.d.ts +++ b/types/graphql-resolve-batch/index.d.ts @@ -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,