TypeGraphQL v0.17.5 Release Notes

Release Date: 2019-08-18 // over 4 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ—„ rename DepreciationOptions interface to DeprecationOptions and deprecate the old one
    • โšก๏ธ update deps to newest minor versions (tslib, semver, graphql-query-complexity and glob)
    • ๐Ÿ‘Œ support nested array types (@Field(type => [[Int]])) (#393)
    • ๐Ÿ—„ deprecate the direct array syntax for union types

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix errors on circular refs in union types (#364) by adding the function syntax (() => TClassTypes)