Skip to content

v3.10.0

Latest
Compare
Choose a tag to compare
@cynic-releaser cynic-releaser released this 10 Feb 13:54
· 3 commits to main since this release
a474795

New Features

  • Added initial suppport for directives: @skip, @include are supported, and
    other field level directives can be used provided they don't require
    specific client support (#900)

Bug Fixes

  • Parsing will no longer fail if keywords like mutation are used as enum
    values. (#1128)

Changes

  • Querygen now parses schemas and queries with cynic_parser
    (#1124, #1125)

Changes

  • Bumped the MSRV to 1.80