UNPKG

@graphql-yoga/plugin-defer-stream

Version:

Defer/Stream plugin for GraphQL Yoga.

3 lines (2 loc) 158 B
import type { Plugin } from 'graphql-yoga'; export declare function useDeferStream<TPluginContext extends Record<string, unknown>>(): Plugin<TPluginContext>;