v0.17.2
版本发布时间: 2019-04-24 03:30:07
MichalLytek/type-graphql最新发布版本:v2.0.0-rc.2(2024-06-07 20:27:54)
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 inbuildSchema
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)