Skip to content

Add support for default values in generated classes.

Compare
Choose a tag to compare
@srinivasankavitha srinivasankavitha released this 29 Jan 17:52
· 959 commits to master since this release
c26e84c

This release contains the following changes:

  1. Support for using default values specified in the graphql schema set in the generated classes. Input types will now use the default values in queries.
  2. Bug fix handling of null list of strings as input
  3. Bug fix to avoid adding an empty string when the input list of strings is empty