v1.1.0
版本发布时间: 2020-10-13 02:43:12
MichalLytek/type-graphql最新发布版本:v2.0.0-rc.2(2024-06-07 20:27:54)
Features
- allow passing custom validation function as
validate
option tobuildSchema
- support defining deprecation reason and description of enum members (#714)
Fixes
-
Breaking Change: throw error when wrong type of value provided as arg or input for
GraphQLISODateTime
andGraphQLTimestamp
scalars - don't include in schema the fields declared as
@FieldResolver
when that resolvers classes aren't provided inresolvers
array - fix grammar in
CannotDetermineGraphQLTypeError
error message - properly inherit extensions from parent class and its fields