gqlify icon indicating copy to clipboard operation
gqlify copied to clipboard

Fix Sorting & Pagination

Open adileo opened this issue 6 years ago • 0 comments

  • Inserted the orderBy input argument & scalar (previously missing) in order to fix the canner async sorter component.
  • Fixed a pagination problem that occurred when the id field was a mongoDB objectId type through string casting of the row id.

adileo avatar Mar 30 '19 18:03 adileo