UNPKG

graphql-anywhere-mongodb-express

Version:

express middleware that accepts graphql requests and runs them as mongo queries

5 lines (4 loc) 199 B
/// <reference types="express" /> import { Handler } from 'express'; import { GraphiQLOptions } from './graphiql-html'; export declare function graphiqlMiddleware(options: GraphiQLOptions): Handler;