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
Hi, I've been looking for an example in the doc on how to paginate and/or order the results through graphql but I can't find anything. Could you show a small illustrative example of how to do it?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for raising this. Currently, graph_wrap does not support ordering/pagination when based off of a DRF API. It does so for an tastypie based API, but I assume you are not using tastypie.
I am however working on graph_wrap v1.0.0 right now. The main "theme" of the new version is to add better support for django generic filtering. Since ordering/pagination is sort of on the lines of filtering, I think it would be a great thing to add in to the v 1.0.0 release.
Usualmente uso la paginación basada en los parámetros Limit y Offset, aunque las otras implementaciones de paginación (incluyendo las basadas en cursores) son ampliamente utilizadas. Y en cuanto al Ordering, es el mismo que comentas, el OrderingFilter que viene en DRF.
Hi, I've been looking for an example in the doc on how to paginate and/or order the results through graphql but I can't find anything. Could you show a small illustrative example of how to do it?
Thanks
The text was updated successfully, but these errors were encountered: