Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bq-oak-graphql/graphql-tools/utils/mapAsyncIterator.ts

A simple graphql middleware for oak deno framework.
Latest
import * as bqOakGraphql from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-tools/utils/mapAsyncIterator.ts";

Functions

Given an AsyncIterable and a callback function, return an AsyncIterator which produces values mapped via calling the callback function.