Skip to content

v5.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 17:22
· 447 commits to refs/heads/master since this release
004d2c6

What’s Changed

New

  • GraphQL field with the name 'class' is supported via a [get|set]ObjClass (#402) @springmonster
  • We now generate specific types for fields that appear in both GraphQL Query, Subscription, or Mutation types. (#410) @springmonster
  • We now generate Java constants for GraphQL Query Input Arguments. (#397) @TYzzt
    Generated types can now implement Serializable. (#394) @hdani9307 (#405) @springmonster
  • Java Classes can be generated with an parameterless constructor (#398) @TYzzt

Fixes

Other