Skip to content

v0.28.0

Compare
Choose a tag to compare
@gonzalogarciajaubert gonzalogarciajaubert released this 08 May 18:48
· 827 commits to main since this release

What's Changed

  • A new GraphQL Generator is available thanks to @thomas-advantitge. You can check the original PR here #999.
  • This new GraphQL Generator brings many improvements
    • Supports required and optional ("?") fields
    • Supports enums
    • Supports union types
    • Supports method return types (no need for @returns anymore)
    • Supports Date type through a GraphQL Date scalar

Full Changelog: v0.27.1...v0.28.0