UNPKG

graphql-yoga

Version:

[![GraphQL Conf 2023](/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)

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