TypeGraphQL v1.1.0 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ allow passing custom validation function as validate option to buildSchema
    • ๐Ÿ‘Œ 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 and GraphQLTimestamp scalars
    • don't include in schema the fields declared as @FieldResolver when that resolvers classes aren't provided in resolvers array
    • ๐Ÿ›  fix grammar in CannotDetermineGraphQLTypeError error message
    • properly inherit extensions from parent class and its fields