Bump getShots default

This commit is contained in:
Ivan Malison 2024-08-05 23:36:26 -06:00
parent b8efa644e3
commit 85bc743c8e

View File

@ -11,7 +11,7 @@ type Query {
getShots( getShots(
filterInput: FilterInput! filterInput: FilterInput!
shotsPagination: GetShotsPagination = null shotsPagination: GetShotsPagination = null
limit: Int! = 10 limit: Int! = 500
): [ShotGQL!]! ): [ShotGQL!]!
getShotAnnotationTypes: [ShotAnnotationTypeGQL!]! getShotAnnotationTypes: [ShotAnnotationTypeGQL!]!
getUser(userId: Int!): UserGQL getUser(userId: Int!): UserGQL