Add support for default values in generated classes.
·
959 commits
to master
since this release
This release contains the following changes:
- 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.
- Bug fix handling of null list of strings as input
- Bug fix to avoid adding an empty string when the input list of strings is empty