Add video count

This commit is contained in:
Ivan Malison 2024-12-22 15:37:06 -07:00
parent a2e659dfcb
commit 0c45855f7d
2 changed files with 2 additions and 0 deletions

View File

@ -2753,6 +2753,7 @@ export type UserShotCountEntry = {
total: Scalars["Int"]["output"];
user: UserGql;
value: Scalars["Int"]["output"];
videos: Scalars["Int"]["output"];
};
export type VideoFeedInputGql =

View File

@ -747,6 +747,7 @@ type UserShotCountEntry {
value: Int!
total: Int!
proportionMade: Float!
videos: Int!
}
type Mutation {