UNPKG

@newmo/graphql-fake-server

Version:

GraphQL fake server for testing

18 lines 412 B
#!/usr/bin/env node export declare const cli: { values: { cwd: string; schema?: string; config?: string; logLevel: string; help?: boolean; }; positionals: []; }; export declare const run: ({ values, }?: typeof cli) => Promise<{ stdout: string; stderr: string | Error; exitCode: number; doNotExit?: boolean; }>; //# sourceMappingURL=cli.d.ts.map