ΘLΞG

Results 82 comments of ΘLΞG

Yeah, I like the project. I think it is a great idea, we just need to wait for them to publish an NPM package https://github.com/APIs-guru/graphql-voyager/issues/1

Just tried it. Looks like it will not work in a current state. From what I can tell, the NPM package contains only 2Mb webpack-compiled bundle and original TypeScript files...

Sweet! Thanks a lot, @RomanGotsiy! I just checked it again, and it works 🙌 🎉 ![screenshot_031017_091121_pm](https://cloud.githubusercontent.com/assets/156569/23811392/1c064f2e-05d6-11e7-839c-a468a011795f.jpg) Though I'm not yet sure where to put it, so it's now right in...

@RomanGotsiy thanks a lot! I will check it out as soon as I get some time 👍 Regarding UI integration. Maybe it would be ok at the beginning to make...

hmmm.. I'm not quite sure what is wrong in your setup. I tried it with my webpack and it works quite well (in fact http://toolbox.sangria-graphql.org/graphiql already uses graphiql-workspace). Based on...

@kachkaev I would suggest you to check new v1.0.1. We updated some of the dependencies: https://github.com/OlegIlyenko/graphiql-workspace/releases/tag/v1.0.1 Maybe this will help

no, I don't I saw any warnings after the update. Maybe graphiql-workspace-app uses some outdated peer dependencies?

hmm... there is definitely something strange going on with dependencies and their versions. Just today I released a new version and double checked that there are no warnings or errors...

ok now I'm super confused :upside_down_face: Just checked `package.json` and turns out that most of the dependencies are very outdated... https://github.com/OlegIlyenko/graphiql-workspace/commit/587ae65d365a7aec59c1d19df850181e5ba4abb8#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L33 I updated everything and published v1.0.4: https://github.com/OlegIlyenko/graphiql-workspace/releases/tag/v1.0.4 Would be...

> I don’t think that we should be translating directives one-to-one into the introspection I agree, the subset of directives that are used in the IDL may be completely different...