v0.14.0
New Features
- You can now
spread
aQueryFragment
into anotherQueryFragment
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.