Add get shots by Ids

This commit is contained in:
2024-09-29 22:16:50 -06:00
parent 59fe332fe0
commit 63a07d58ca
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ type Query {
shotsPagination: GetShotsPagination = null
limit: Int! = 500
): [ShotGQL!]!
getShotsByIds(ids: [Int!]!): [ShotGQL!]!
getShotAnnotationTypes(errorTypes: Boolean = false): [ShotAnnotationTypeGQL!]!
getUser(userId: Int!): UserGQL
getLoggedInUser: UserGQL