ja_resource icon indicating copy to clipboard operation
ja_resource copied to clipboard

Using ja_serializer fields and include options

Open tfwright opened this issue 4 years ago • 0 comments

I would like to specify the relationships and fields I want to return on every endpoint, instead of once per serializer module. From the docs I gather the only way to do this currently would be to override the render_ function for each endpoint and pass the opts to the render call. Am I missing anything? Is there a better way?

Any tips for handling these options would be appreciated!

tfwright avatar Feb 16 '21 01:02 tfwright