fast_jsonapi icon indicating copy to clipboard operation
fast_jsonapi copied to clipboard

Include `data` key when lazy-loaded relationships are included

Open dpikt opened this issue 5 years ago • 1 comments

Resolves #357

When a relationship is listed under include:, it will add the data key to the record hash, allowing the included relationships to be reconstructed.

dpikt avatar Jun 10 '19 19:06 dpikt

up

kln avatar Mar 09 '20 19:03 kln