TypeGraphQL v0.17.2 Release Notes

Release Date: 2019-04-23 // about 5 years ago
  • 🔋 Features

    • ➕ add support for defining resolveType function for interfaces and unions (#319)
    • ➕ add support for setting default nullability for fields and return types (#297)
    • ➕ add skipCheck option in buildSchema to disable checking the correctness of a schema
    • ➕ add postinstall script for printing info on console about supporting the project

    🛠 Fixes

    • 🛠 fix generating plain resolvers for queries and mutations (compatibility with Apollo client state)