Skip to content

v0.2.0

Compare
Choose a tag to compare
@OlegIlyenko OlegIlyenko released this 02 Aug 14:46
· 2104 commits to main since this release
  • groupId is changed to org.sangria-graphql
  • Added missing query validation rules (#30 #29 #28 #27 #26 #25 #24 #23)
  • #36 - Change semantics of Projector feature
    • Projector now gets all of the fields, not only fields marked with Projection
    • Projection now allows to customize the name
    • NoProjection allows to remove field from projections list
    • Projectior allows to specify how deep it should look (the level arg)