Christian Legnitto
Christian Legnitto
In any case, I put up a [PR](https://github.com/graphql-rust/juniper/pull/325) for the current-style integration. It still serializes and unserializes to a GraphQL `String` though, which from the comments above sounds like is...
Because we push tags I think we can fix this with https://daniellockyer.com/automated-rust-releases/.
Sure, this seems like something we should do for consistency.
Sounds good! You should probably hold off until we merge the async branch onto master (extremely soon)
What outstanding issues are we waiting on here?
Is it even spec compliant to not allow introspection? We don't handle introspections in a special way, we just treat them as a normal query (and this is how they...
Thank you for this! I agree this is good to have.
I haven't added this to CI yet. I'm also not sure we want these next to the definitions rather than in their own module...next to definitions makes the file noisy,...
Note that I had to manually implement rather than use the `Arbitrary` derive in many places due to lifetimes (see https://github.com/rust-fuzz/arbitrary/issues/104)
This isn't 100% yet because the arbitrary `Name` implementation on `Schema` causes an error of `IncorrectFormat` all the time. That being said, this is a good start and allows everything...