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