GraphQL Kotlin v2.0.0-RC9 Release Notes

Release Date: 2020-02-27 // about 4 years ago
  • Major Changes

    • ➕ Add additionalTypes to generateSchema (#622) @de55
      • This change is breaking from the master branch but actually removes a feature that was only added since the 2.0 cut so it is backwards compatible with 1.x
    • 💥 BREAKING CHANGE: Make the KotlinDataFetcherFactoryProvider nullable (#623) @smyrick

    Patch Changes