UNPKG

graphql-anywhere-mongodb-express

Version:

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

4 lines (3 loc) 128 B
/// <reference types="express" /> import { Handler } from 'express'; export declare function mongoGraphQLMiddleware(): Handler;