add countRespectsLimit
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-10-31 15:21:54 -07:00
parent b3259dac1f
commit a2d9e688e9
2 changed files with 6 additions and 0 deletions

View File

@@ -67,12 +67,14 @@ query GetShotsWithMetadataFilterResult(
$shotsOrdering: GetShotsOrdering
$limit: Int
$ids: [Int!]
$countRespectsLimit: Boolean
) {
getOrderedShots(
filterInput: $filterInput
shotsOrdering: $shotsOrdering
limit: $limit
ids: $ids
countRespectsLimit: $countRespectsLimit
) {
count
shots {