The JSON:API spec defines a fields property for loading sparse fields:
https://jsonapi.org/format/#fetching-sparse-fieldsets
I think it would be nice to support this, and it would increase our compatibility with feathers and other systems which allow selecting fields.
The JSON:API spec defines a
fieldsproperty for loading sparse fields:https://jsonapi.org/format/#fetching-sparse-fieldsets
I think it would be nice to support this, and it would increase our compatibility with feathers and other systems which allow selecting fields.