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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
The JSONAPI spec allows for the querying of relationship level data, but I haven't found any examples in the docs or repo on how best to handle this. It is a little different than a normal query, in that attributes are not included, and the self url is different:
The JSONAPI spec allows for the querying of
relationship
level data, but I haven't found any examples in the docs or repo on how best to handle this. It is a little different than a normal query, in that attributes are not included, and theself
url is different:What is the best way to go about serializing this data using marshmallow-jsonapi?
The text was updated successfully, but these errors were encountered: