neo4j / graph-schema-json-js-utils

Utility library to work with the Graph Schema JSON representation
Apache License 2.0
5 stars 8 forks source link

indexes & constraints #28

Closed eijawerner closed 9 months ago

eijawerner commented 9 months ago

Added in this PR the constraints support part of this RFC https://github.com/neo4j/graph-schema-json-js-utils/blob/main/rfcs/0025-constraints-and-indexes.md. This change also means properties is moved from the Node/Relationship Object Types to Node Label/Relationship type.

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 53c1006db6a62800bc4f05d786172d2a3a62742b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | -------------------------- | ----- | | @neo4j/graph-schema-utils | Patch | | @neo4j/graph-introspection | Patch | | @neo4j/graph-json-schema | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

eijawerner commented 9 months ago

Replaced with PR #29