lucacorti / jsonapi_plug

JSON:API library for Plug and Phoenix applications
https://hexdocs.pm/jsonapi_plug
MIT License
11 stars 3 forks source link

Fix normalization of many relationships #74

Closed lucacorti closed 2 months ago

lucacorti commented 2 months ago

This fixes deserialization of many relationships by building a list of objects with ids. If the related resource is included in the request, its other attributes are also deserialized.