Skip to content

Commit

Permalink
getCollectionsByOwner(): Order protected data by `creationTimestamp…
Browse files Browse the repository at this point in the history
…` desc
  • Loading branch information
cedric25 committed Jul 23, 2024
1 parent fbf813c commit 839e695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## Next

### Changed

- `getCollectionsByOwner()`: Order protected data by `creationTimestamp` desc

## [2.0.0-beta.6] (2024-07-23)

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function getCollectionsByOwnerQuery({
id
}
creationTimestamp
protectedDatas {
protectedDatas(orderBy: creationTimestamp, orderDirection: desc) {
id
name
creationTimestamp
Expand Down

0 comments on commit 839e695

Please sign in to comment.