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

x/gauntlet/imports/graphqlade.ts

Work-in-progress front-end tool which does put a smile on my face
Latest
import * as gauntlet from "https://deno.land/x/gauntlet@v0.0.9/imports/graphqlade.ts";

Classes

An AsyncPushIterator is an AsyncIterator that allows pushing data asynchronously. The constructor accepts a setup function which is responsible for setting up the pushing logic (e.g. event listeners) and may return a teardown function which should clean up anything that was done during setup (e.g. removing event listeners). The setup function is called once when the iterator is actually iterated.