This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
GraphQL Annotations
The richest feature in this release is probably GraphQL Annotations.
But there was a lot more, specially bug fixes in the GraphQL space, checkout the CHANGELOG for more.
- Breaking:
Result
module now adheres to Rust's naming and dropsid
,code
andjson
support.Success
is nowOk
Failure
is nowErr
- Breaking: you should now explicitly use arrays (or any other type) for subscription's root and context values
- Breaking: match doesn't return null anymore, you should provide an exhaust function