You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model that sometimes has a large number of child resources (sometimes many thousands). Were this a standard list I'd simply paginate the results -- but it isn't obvious to me how to paginate the relationship links.
It looks like some changes were recently adopted on the json-api spec (json-api/json-api#1251) and I've seen #178 here, but I'm not sure what the current recommendation is for handling this case.
THanks
The text was updated successfully, but these errors were encountered:
As discussed in #178 this is as far as I am concerned still not supported out of the box.
There is a possible workaround to this as mentioned here #178 (comment) but you would have to try how this works out for you.
But to avoid cluttering issues and discussion I am closing this issue. If you have any other comments or questions concerning this best comment on #178 Thanks. And as always if you get this fixed for you PRs are really welcome or even code snippets as a workaround added to issue #178
I have a model that sometimes has a large number of child resources (sometimes many thousands). Were this a standard list I'd simply paginate the results -- but it isn't obvious to me how to paginate the relationship links.
It looks like some changes were recently adopted on the
json-api
spec (json-api/json-api#1251) and I've seen #178 here, but I'm not sure what the current recommendation is for handling this case.THanks
The text was updated successfully, but these errors were encountered: