Skip to content

Neo4j GraphQL Library 2.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare

Changes

Fixes

  • An error is now thrown if @auth, @cypher or @relationship directives are used on an relationship property interface or its fields (#379, #381, #383)
  • Generated input types being used within custom input types will now pass validation of type definitions (#373)
  • Custom scalars/enums now work as return values for custom Cypher fields (#390)
  • Error thrown if reserved words used in type definitions (#396):
    • Node and PageInfo cannot be used as type/interfaces names, nor can names ending in Connection
    • cursor and node cannot be used as relationship property fields

Notes

We apologise for making the breaking change from edge to relationship during this release candidate phase, but we felt that the consistency improvement across the schema was worth the tradeoff.