You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query::body no longer exists, the Query itself is now directly
serializable, and exposes the query type itself. Errors that were
previously exposed by Query::body() will now be surfaced when serializing a
Query.
Argument::new has been updated to take a SerialiableArgument itself.
Removed selection_set::Error.
SerializableArgument::serialize & Scalar::encode now return Box<std::error::Error> errors rather than ()
Bug Fixes
cynic-codegen will now build with the rustfmt feature disabled.
Removed some unwraps that I lazily put in and forgot to remove.