nitric icon indicating copy to clipboard operation
nitric copied to clipboard

Add the ability to sort collections via a key

Open davemooreuws opened this issue 2 years ago • 0 comments

As a nitric developer building with collections, I would like to be able to sort my collections via a key.

An example in Node SDK:

await col.query().sort('createdAt', 'asc').fetch();

davemooreuws avatar Mar 04 '22 04:03 davemooreuws