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