Skip to content

v0.14.0

Compare
Choose a tag to compare
@obmarg obmarg released this 06 Jun 13:25

New Features

  • You can now spread a QueryFragment into another QueryFragment with the
    #[cynic(spread)] field attribute.
  • The QueryFragment derive now supports renaming fields.

Bug Fixes

  • Underscore field names are now supported in schemas and for querying.
  • Field names with leading underscores will no longer have those leading
    underscores removed.