From 0c45855f7da417278c6c4ce8e256ef3ecc55f351 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 22 Dec 2024 15:37:06 -0700 Subject: [PATCH] Add video count --- src/index.tsx | 1 + src/schema.gql | 1 + 2 files changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 07eaf23..19d9209 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2753,6 +2753,7 @@ export type UserShotCountEntry = { total: Scalars["Int"]["output"]; user: UserGql; value: Scalars["Int"]["output"]; + videos: Scalars["Int"]["output"]; }; export type VideoFeedInputGql = diff --git a/src/schema.gql b/src/schema.gql index 56f03e4..aac7782 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -747,6 +747,7 @@ type UserShotCountEntry { value: Int! total: Int! proportionMade: Float! + videos: Int! } type Mutation {