Add video count
This commit is contained in:
parent
a2e659dfcb
commit
0c45855f7d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user