Skip to content

v3.6.0

Compare
Choose a tag to compare
@cynic-releaser cynic-releaser released this 12 Apr 16:26
· 163 commits to main since this release

Fixed

  • Fixed an issue where derive(Scalar) would fail on types with a serialize
    function that was not serde::Serialize::serialize (#909)

Changed

  • Improved errors when users use a derive on the wrong kind of GraphQL type
    (#889)
  • cynic-codegen now uses cynic-parser instead of graphql-parser (#824)