graphqlade

    Type Alias AsyncPushIteratorSetup<T>

    AsyncPushIteratorSetup: (
        iterator: AsyncPushIterator<T>,
    ) => Promise<(() => unknown) | undefined> | (() => unknown) | undefined

    Type Parameters

    • T

    Type declaration

      • (
            iterator: AsyncPushIterator<T>,
        ): Promise<(() => unknown) | undefined> | (() => unknown) | undefined
      • Parameters

        Returns Promise<(() => unknown) | undefined> | (() => unknown) | undefined

    MMNEPVFCICPMFPCPTTAAATR