Roman Hotsiy

Results 185 comments of Roman Hotsiy

@grokify @j26nz this feature is still on the roadmap! T I just have to finalize #327. There is a bit of dirty work left that I want to finish before...

@Nipol could you the try same command with the latest version `v1.0.0`. It should work now. Thanks

@nickcoury, Are you helper functions referenced from `handler.ts`? It should compile all files starting from handler.ts as an entrypoint.

@nickcoury would be great if you can setup minimal reproducible sample e.g. in form of github repo.

@OlegIlyenko I have just released a new `rc.1` version of voyager. The issue you're facing should be fixed there. I have also set up [webpack+babel example](https://github.com/APIs-guru/graphql-voyager/tree/master/example/webpack-example) (I tried to build...

@OlegIlyenko thanks for awesome feedback! 🙌 > My main concern is not the size of the artifact, but rather the fact that dist/voyager.js file contains not only the npm module...

@OlegIlyenko hey. Finally I found some time to fix those issues. I have released a new version and fixed a minor issue with integration into worksapce (opened PR https://github.com/OlegIlyenko/graphiql-workspace/pull/18) I...

@tlvenn there is some kind of memoization within each separate Voyager instance. It is bound to schema and is used for view settings (enable/disable relay, change root). When schema is...

> it re-fetches the schema every time it is shown. @OlegIlyenko fyi: you can provide either function or directly introspection as a javascript `object` via `introspection` property

> Here I mean referring to markdown description files via $ref and those special filenames for paths. The special filenames for paths are just a pattern for convenience. In the...