cantierecreativo / redux-bees

A nice, short and declarative way to interact with JSON APIs
592 stars 41 forks source link

Is there sparse fieldset support? #28

Open NullVoxPopuli opened 7 years ago

NullVoxPopuli commented 7 years ago

I searched the readme, but didn't find anything on: http://jsonapi.org/format/#fetching-sparse-fieldsets

with include and sparse fieldsets, json:api has all the same features as graphql sans typing and schema generation.

dlikhten commented 5 years ago

Super late response. I implemented my own reducer for this, it is fully supported, if you make a reducer that can support such an operation. Thinking of how to get that into this project.