It looks like the export function will export the entire local-storage database. Is there a way to serialize only a specific model and its relationships?
Since the add-on serializer extends JSONAPISerializer, I expected it to include the related models data, but it only appears to include the related IDs and model names.
It looks like the export function will export the entire local-storage database. Is there a way to serialize only a specific model and its relationships?
Since the add-on serializer extends JSONAPISerializer, I expected it to include the related models data, but it only appears to include the related IDs and model names.