On this page

NextResolverFn

The NextResolverFn type alias exported by @graphql-tools/utils.

NextResolverFn = () => Promise<any>

Defined in: packages/utils/src/Interfaces.ts:392

Returns

Promise<any>