Skip to content

v2.9.4

Compare
Choose a tag to compare
@nodkz nodkz released this 20 Oct 14:53
· 495 commits to master since this release

2.9.4 (2017-10-20)

Bug Fixes

  • Projection: improve nested merging and add tests (fde1513)
  • TypeComposer: remove redundant ProjectionMapper object (2ff8ac4)

The behavior of projection in fields and relations was improved and now it supports nested types and nested projections (closes graphql-compose-elasticsearch#23).
Now projections stored only in fields, and it is enough for new getProjectionFromAST logic (fde1513).