Skip to content

Commit 59d027b

Browse files
committed
fix annotation
1 parent 58a3afd commit 59d027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/relationships/features/links-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ interface FetchRelationshipRequest {
7474
store: Store;
7575
url: string; // the related link
7676
method: 'GET';
77-
records: StableRecordIdentifier[];
77+
records: StableRecordIdentifier | StableRecordIdentifier[] | null; // the current membership of the relationship
7878
data: {
7979
useLink: true;
8080
field: LegacyBelongsToField | LegacyHasManyField;

0 commit comments

Comments
 (0)