Borislav Dimitrov
Borislav Dimitrov
Hey guys, I've been trying different things for some time now, but can't get the standard JSONAPI sparse fieldsets params to work with swagger-ui... JSONAPI specifies a way to fetch...
See also: https://github.com/Netflix/fast_jsonapi/commit/a363c90b#commitcomment-34658281
Seems you need the `polymorphic` option. https://github.com/Netflix/fast_jsonapi#customizable-options
I'm having the same issue with sparse field sets. What gets stored in the cache is whatever the first request got and that's it. After that no matter what `fields`...
@andrewhaines , it's worth it IMHO. Personally , I've made a monkey-patch like that in `serialization_core.rb` - to pass the `fieldset` (array of symbols, which we get as param to...