Closed sparkling closed 1 year ago
Offset and limit should be possible via first
and offset
: https://github.com/rubensworks/graphql-to-sparql.js#pagination
Thanks - but how about ordering? Without ordering, pagination is non-deterministic in some cases
Ordering is not possible yet indeed. Might be possible to add it similar to the first
and offset
keywords.
PRs are definitely welcome on https://github.com/rubensworks/graphql-to-sparql.js
Seems like this is missing, which makes the tool unusable for anything but the smallest of datasets. What would be involved for adding this? Can I help?