Skip to content

Commit eea07a3

Browse files
committed
cleanup op
1 parent a97886b commit eea07a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/relationships/features/links-mode.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ interface FetchRelationshipRequest {
7474
store: Store;
7575
url: string; // the related link
7676
method: 'GET';
77-
records: StableRecordIdentifier | StableRecordIdentifier[] | null; // the current membership of the relationship
77+
records: StableRecordIdentifier[]; // the current membership of the relationship
7878
data: {
79-
useLink: true;
8079
field: LegacyBelongsToField | LegacyHasManyField;
8180
links: Links;
8281
meta: Meta;

0 commit comments

Comments
 (0)