Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 22:01
· 59 commits to main since this release

0.8.0 (2022-07-23)

⚠ BREAKING CHANGES

  • Selection of the returning fields/opject has been vastly improved, but also breaks your current Graphton queries! Check UPGRADING.md to help upgrading vrom v0.7 to v1.

Features

  • Change selection method from builder functions to GraphQL-ish object notation, removing ReturnTypeBuilders. (a002ed6)

Bug Fixes

  • Initialization of the selectedFields property on the GraphtonQueryReturnsObject mixin now works (ebe4070)
  • ObjectFieldSelector types now has the _all property instead of the InputObject types (a7f2038)
  • returnType always being an empty string instead of the key of the lookup (53c82bf)