Christian Legnitto

Results 230 comments of Christian Legnitto

Thanks for the report and the repro! I'll take a look tomorrow

Can this still be reproduced on master?

While I like the idea of this in general, I think it massively complicates the UX for folks to save on some typing. This reminds me a lot of Rust...

We have an existing issue to split up the stages here: https://github.com/graphql-rust/juniper/issues/726

Yeah I'll clean it up and land

Let me think about this a bit.

FWIW, I found https://github.com/bbqsrc/juniper-relay. @bbqsrc can speak to the state of it of course.

I don't think we would ever implement this as it is non-standard. Potentially we would take a PR with a an optional feature though!

Did you see https://github.com/graphql-rust/juniper/commit/2e5df9f8a469943d694a1deb67910cbbdcd6cae4 on master?

I'm not sure we want to do this? I don't see a massive benefit over just creating custom scalars and de/serializing `Value` to a string on both ends. Sure, in...