Use getOrderedShots

This commit is contained in:
2024-10-19 21:27:57 -06:00
parent 72ac956758
commit 5d93f7166e
2 changed files with 9 additions and 9 deletions

View File

@@ -34,13 +34,13 @@ query GetShotsWithVideoGql($filterInput: FilterInput!, $limit: Int) {
## Reserved for playlists (which are created from a filter)
query GetShotsWithMetadataFilterResult(
$filterInput: FilterInput!
$shotsPagination: GetShotsPagination
$shotsOrdering: GetShotsOrdering
$limit: Int
$ids: [Int!]
) {
getShotsWithMetadata(
getOrderedShots(
filterInput: $filterInput
shotsPagination: $shotsPagination
shotsOrdering: $shotsOrdering
limit: $limit
ids: $ids
) {