vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Improves DSL for belongs to relationships #322

Closed beerlington closed 5 years ago

beerlington commented 5 years ago

Previously when a belongs to relationship was not included, we were raising an exception. Instead we can respond with the identifiers since it doesn't require any additional data loading for this.

Closes #267