Add operation for shot annotation types

This commit is contained in:
2024-07-15 15:37:43 -06:00
parent dc214e878f
commit 4ca27317b4
2 changed files with 93 additions and 0 deletions

View File

@@ -36,3 +36,10 @@ query GetShots(
}
}
}
query GetShotAnnotationTypes {
getShotAnnotationTypes {
id
name
}
}