Skip to content

Release 1.4.0

Compare
Choose a tag to compare
@neo-technology-build-agent neo-technology-build-agent released this 01 Oct 16:40
· 48 commits to master since this release

Features

  • Refactor schema augmentation to have hooks for customization by @Andy2003 (#224)
  • Add new example for spring-boot-dgs by @Andy2003 (#227)
  • Add a maven plugin to generate the augmented schema by @Andy2003 (#228)
  • Clean up augmented schema to contain only types used in the resulting schema by @Andy2003 (#234)

API-Alignment

Adjust API to match as much as possible to the one of @neo4j/graphql

  • Migrate filter and field args into a where by @Andy2003 (#220)
  • Generate plural names for augmented fields and types by @Andy2003 (#221)
  • Add ability to ignore fields (via @​ignore) so they can be handled by custom data fetcher by @Andy2003 (#226)
  • Use scalars for temporal types by @Andy2003 (#235)

Fixes