@vnodes/graphql
    Preparing search index...

    Type Alias ResolverFn<TSource, TArgs, TContext>

    ResolverFn: (
        rootValue?: TSource,
        args?: TArgs,
        context?: TContext,
        info?: any,
    ) => AsyncIterator<any> | Promise<AsyncIterator<any>>

    Type Parameters

    • TSource = any
    • TArgs = any
    • TContext = any

    Type Declaration

      • (
            rootValue?: TSource,
            args?: TArgs,
            context?: TContext,
            info?: any,
        ): AsyncIterator<any> | Promise<AsyncIterator<any>>
      • Parameters

        Returns AsyncIterator<any> | Promise<AsyncIterator<any>>