@vnodes/graphql
    Preparing search index...

    Type Alias IterableResolverFn<TSource, TArgs, TContext>

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

    Type Parameters

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

    Type Declaration

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

        Returns AsyncIterableIterator<any> | Promise<AsyncIterableIterator<any>>