GraphQL Kotlin v1.4.3 Release Notes

Release Date: 2020-03-04 // about 4 years ago
  • Patch Changes

    • Polymorphic ignore (#633)
      • @GraphQLIgnore, when applied on polymorphic types, was not excluding all the fields or implementations in all use cases. This PR fixes some of those scenarios. See the linked issues for more details.