Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 23:38
· 132 commits to main since this release

0.3.0 (2021-12-14)

⚠ BREAKING CHANGES

  • Enums should now be called with its object - to ensure enums are correctly parsed they should be wrapped in a GraphtonEnum class

Features

  • Complex argument structures (0955879)
  • Generation for InputObjects (2b0119f)
  • Generation of Enums (d600972)

Bug Fixes

  • Less complex argument generic typing (77f032b)