TypeGraphQL v0.14.0 Release Notes

Release Date: 2018-09-08 // over 5 years ago
  • 🔋 Features

    • 💥 Breaking Change : change ClassType type and export it in package index
    • 💥 Breaking Change : refactor generic createUnionType to remove the 10 types limit (note: requires TypeScript >=3.0.1)
    • ➕ add support for subscribing to dynamic topics - based on args/ctx/root (#137)
    • ➕ add support for query complexity analysis - integration with graphql-query-complexity (#139)