Skip to content

v3.0.0

Choose a tag to compare

released this 16 Oct 16:53
· 526 commits to main since this release

3.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • deps: migrate to @apollo/server ^4.0.0, refactor errors structrure and error codes.

  • chore(deps): replace dependency apollo-server with @apollo/server ^4.0.0

  • refactor: migrate to @apollo/server

  • refactor: migrate format error

  • test: migrate all tests to new @apollo/server and update createError and formatError accordingly

  • fix: add missing export of interface

  • chore: sync with master

Features

  • deps: replace dependency apollo-server with @apollo/server ^4.0.0 (#100) (d6e0470)

Testing