UNPKG

graphql-anywhere-mongodb-express

Version:

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

6 lines (5 loc) 163 B
export interface GraphiQLOptions { endpoint?: string; title?: string; } export declare const graphiQLHtml: ({endpoint, title}: GraphiQLOptions) => string;