You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the related link can't be added because DataDocument constructor does not accept RelatedLink objects.
The text was updated successfully, but these errors were encountered:
alexpkalinka
changed the title
Related links must me allowed inside relationship documents
Related links must be allowed inside relationship documents
Mar 16, 2020
In JSON:API docs the "Fetching Relationships" section says:
And it gives the example response:
However, it seems like this library does not allow to generate such document. Here's my attempt:
It gives:
But the
related
link can't be added becauseDataDocument
constructor does not acceptRelatedLink
objects.The text was updated successfully, but these errors were encountered: