GraphQL Kotlin v0.4.0 Release Notes

Release Date: 2019-05-28 // almost 5 years ago
  • Major Changes

    • Typo, "subsciptions" -> "subscriptions" (#227) @rharriso
      • The argument name for toSchema has a typo. This will be a breaking change since you can reference arguments by name in Kotlin

    Patch Changes

    • FunctionDataFetch throws InvocationException.cause property when available (#225) @rharriso

    Non-version Changes

    • 🏗 build: 0.3.3-SNAPSHOT (Travis Build 750) (#224) @smyrick