UNPKG

graphql-yoga

Version:
6 lines (5 loc) 160 B
import type { Plugin } from './types'; export declare function useUnhandledRoute(args: { graphqlEndpoint: string; showLandingPage: boolean; }): Plugin;