Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ember-data/graph) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Provides a performance tuned normalized graph for intelligently managing relationships between resources based on identity
While this Graph is abstract, it currently is a private implementation required as a peer-dependency by the JSON:API Cache Implementation.
We intend to make this Graph public API after some additional iteration during the 5.x timeframe, until then all APIs should be considered experimental and unstable, not fit for direct application or 3rd party library usage.
Installation
Install using your javascript package manager of choice. For instance with pnpm
pnpm add @ember-data/graphTagged Releases