From 85bc743c8ecc0ebc67b1a58a400acebca24d8917 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Aug 2024 23:36:26 -0600 Subject: [PATCH] Bump getShots default --- src/schema.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.gql b/src/schema.gql index 3186807..d5b6dc6 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -11,7 +11,7 @@ type Query { getShots( filterInput: FilterInput! shotsPagination: GetShotsPagination = null - limit: Int! = 10 + limit: Int! = 500 ): [ShotGQL!]! getShotAnnotationTypes: [ShotAnnotationTypeGQL!]! getUser(userId: Int!): UserGQL