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