make pagination optional:
All checks were successful
Tests / Tests (pull_request) Successful in 6s

This commit is contained in:
2024-08-13 13:49:12 -07:00
parent 9f5c354433
commit c3210df517
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
query GetShots(
$filterInput: FilterInput!
$shotsPagination: GetShotsPagination!
$shotsPagination: GetShotsPagination
$limit: Int
$includeCreatedAt: Boolean! = false
$includeUpdatedAt: Boolean! = false