We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d027b commit 6bb79f1Copy full SHA for 6bb79f1
guides/relationships/features/links-mode.md
@@ -24,9 +24,9 @@ you are using Model (including via [Legacy Mode](../../reactive-data/legacy/over
24
Relationships in WarpDrive are stored using the same top-level structure as resource documents, a structure
25
adopted from the [JSON:API](https://jsonapi.org) specification.
26
27
-- **meta** *(optional)*: an object of arbitrary extra information about the relationship
28
-- **links** *(optional)*: an object containing various links for fetching and managing the relationship
29
- **data**: the membership (state of) the relationship
+- **links** *(optional)*: an object containing various links for fetching and managing the relationship
+- **meta** *(optional)*: an object of arbitrary extra information about the relationship
30
31
This is roughly described by the interface below:
32
0 commit comments