1.0.0-RC1
·
912 commits
to master
since this release
Major Changes
- BREAKING CHANGE: update library structure (#255) @dkuc84
Library was updated to a multi-module project that will allow creating more specialized packages in the future. Project previously released as graphql-kotlin is now released as graphql-kotlin-schema-generator.
Minor Changes
- Fix built-in directive print strings to include arguments (#256) @dkuc84
- feat: allow renaming of properties and functions (#272) @smyrick