UNPKG

graphql-yoga

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