Skip to content

Commit 6bb79f1

Browse files
runspiredgitKrystan
andauthoredMar 13, 2025
Update guides/relationships/features/links-mode.md
Co-authored-by: Krystan HuffMenne <kmenne+github@gmail.com>
1 parent 59d027b commit 6bb79f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎guides/relationships/features/links-mode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ you are using Model (including via [Legacy Mode](../../reactive-data/legacy/over
2424
Relationships in WarpDrive are stored using the same top-level structure as resource documents, a structure
2525
adopted from the [JSON:API](https://jsonapi.org) specification.
2626

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
2927
- **data**: the membership (state of) the relationship
28+
- **links** *(optional)*: an object containing various links for fetching and managing the relationship
29+
- **meta** *(optional)*: an object of arbitrary extra information about the relationship
3030

3131
This is roughly described by the interface below:
3232

0 commit comments

Comments
 (0)
Failed to load comments.