UNPKG

nsgm-cli

Version:

A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project

10 lines (9 loc) 270 B
export declare const graphqlCacheMiddleware: (req: any, res: any, next: any) => any; export declare const clearGraphQLCache: () => void; export declare const getCacheStats: () => { size: number; entries: { query: string; age: number; }[]; };