We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a3afd commit 59d027bCopy full SHA for 59d027b
guides/relationships/features/links-mode.md
@@ -74,7 +74,7 @@ interface FetchRelationshipRequest {
74
store: Store;
75
url: string; // the related link
76
method: 'GET';
77
- records: StableRecordIdentifier[];
+ records: StableRecordIdentifier | StableRecordIdentifier[] | null; // the current membership of the relationship
78
data: {
79
useLink: true;
80
field: LegacyBelongsToField | LegacyHasManyField;
0 commit comments