TypeGraphQL v0.12.3 Release Notes

  • ๐Ÿ”‹ Features

    • โž• add reflect-metadata checks and informative error if no polyfill provided
    • โšก๏ธ update @types/graphql to latest version (^0.13.3) ### ๐Ÿ›  Fixes
    • ๐Ÿ›  fix throwing error when of => objectType wasn't provided in abstract resolver class
    • ๐Ÿ›  fix calling Object.assign with boolean arguments (#111)