Nicholas Husher

Results 2 issues of Nicholas Husher

Declared [here](https://github.com/router5/router5/blob/master/packages/router5-plugin-listeners/modules/index.ts#L10-L11) ```ts declare module 'router5/dist/types/router' { interface Router { // ... addListener(name: string, callback: Listener): void removeListener(name: string, callback: Listener): void // ... } } ``` These types are...

I'm having an issue loading a very large 2.7mb GraphQL schema.json file. The service appears to parse and load the definitions correctly, but the inspector doesn't seem to have access...