Skip to main content
Module

x/bq-oak-graphql/graphql-subscriptions/pubsub-async-iterator.ts

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

Classes

A class for digesting PubSubEngine events via the new AsyncIterator interface. This implementation is a generic version of the AsyncIterator, so any PubSubEngine may be used.