v0.3.0
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)