Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

GraphQL Annotations

Compare
Choose a tag to compare
@leocavalcante leocavalcante released this 13 Jul 23:21
· 1017 commits to main since this release

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 drops id, code and json support.
    • Success is now Ok
    • Failure is now Err
  • 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