A class to provide an iterable API for fetching multiple pages of data, given a Fauna Set. This class takes a SetIterator and flattens the results to yield the items directly.

Type Parameters

Implements

  • AsyncGenerator<T, void, unknown>

Constructors

Methods