Add get shot annotations query
All checks were successful
Tests / Tests (pull_request) Successful in 8s
All checks were successful
Tests / Tests (pull_request) Successful in 8s
This commit is contained in:
@@ -652,6 +652,7 @@ export type Query = {
|
||||
getDeployedConfig: DeployedConfigGql;
|
||||
getLoggedInUser?: Maybe<UserGql>;
|
||||
getPlayTime: UserPlayTimeGql;
|
||||
getShotAnnotationTypes: Array<ShotAnnotationTypeGql>;
|
||||
getShots: Array<ShotGql>;
|
||||
getUser?: Maybe<UserGql>;
|
||||
getUserVideos: VideoHistoryGql;
|
||||
@@ -714,6 +715,12 @@ export type ShotAnnotationInput = {
|
||||
name: Scalars["String"]["input"];
|
||||
};
|
||||
|
||||
export type ShotAnnotationTypeGql = {
|
||||
__typename?: "ShotAnnotationTypeGQL";
|
||||
id: Scalars["Int"]["output"];
|
||||
name: Scalars["String"]["output"];
|
||||
};
|
||||
|
||||
export enum ShotDirectionEnum {
|
||||
Left = "LEFT",
|
||||
Right = "RIGHT",
|
||||
|
||||
Reference in New Issue
Block a user