Skip to main content
Module

x/oak_graphql/graphql-subscriptions/pubsub-async-iterator.ts

A simple graphql middleware for oak deno framework.
Latest
import * as oakGraphql from "https://deno.land/x/oak_graphql@0.6.4/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.