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

This commit is contained in:
2024-11-11 20:07:58 -08:00
parent 985fa8b8e5
commit 9cc99d956a
2 changed files with 6 additions and 0 deletions

View File

@@ -66,11 +66,13 @@ query GetShotsWithJustIds(
$filterInput: FilterInput!
$shotsOrdering: GetShotsOrdering
$limit: Int
$countRespectsLimit: Boolean
) {
getOrderedShots(
filterInput: $filterInput
shotsOrdering: $shotsOrdering
limit: $limit
countRespectsLimit: $countRespectsLimit
) {
count
shots {