gqlify
gqlify copied to clipboard
Fix Sorting & Pagination
- Inserted the
orderByinput argument & scalar (previously missing) in order to fix the canner async sorter component. - Fixed a pagination problem that occurred when the
idfield was a mongoDB objectId type through string casting of the row id.