GraphQL Kotlin v1.0.0-RC3 Release Notes

Release Date: 2019-08-06 // over 4 years ago
  • Non-version Changes

    Patch Changes

    • ๐Ÿ›  fix: allow modifying GraphQLInterfaceType in the willAddGraphQLTypeToSchema hook (#293) @dkuc84
    • ๐Ÿ›  fix: properly cache GraphQL object/interfaces/union types (#291) @dkuc84
    • ๐Ÿ›  fix: directives with arguments should be created per declaration (#287) @dkuc84
    • ๐Ÿ›  Fix type resolvers for renamed polymorphic types and fix hooks signature (#282) @dkuc84