Add video count
This commit is contained in:
@@ -2753,6 +2753,7 @@ export type UserShotCountEntry = {
|
||||
total: Scalars["Int"]["output"];
|
||||
user: UserGql;
|
||||
value: Scalars["Int"]["output"];
|
||||
videos: Scalars["Int"]["output"];
|
||||
};
|
||||
|
||||
export type VideoFeedInputGql =
|
||||
|
@@ -747,6 +747,7 @@ type UserShotCountEntry {
|
||||
value: Int!
|
||||
total: Int!
|
||||
proportionMade: Float!
|
||||
videos: Int!
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
Reference in New Issue
Block a user