Skip to content

v0.22.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@evaporei evaporei released this 25 Aug 20:52
  • Bumps graph-ts to the same version (v0.22.0-alpha.2), which contains some new helper methods for generating zero/empty values.
  • Sets all non-nullable fields of an Entity class (generated from codegen) to their default values in construction, so that if developers try to access them before setting, they already have a zero/empty value to work with.