diff --git a/src/index.tsx b/src/index.tsx index d298fe6..459d883 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3108,6 +3108,7 @@ export type GetLoggedInUserQuery = { username: string; isAdmin: boolean; profileImageUri?: string | null; + fargoRating?: number | null; activeVideoId?: number | null; createdAt?: any | null; updatedAt?: any | null; @@ -4903,6 +4904,7 @@ export const GetLoggedInUserDocument = gql` username isAdmin profileImageUri + fargoRating activeVideoId createdAt updatedAt diff --git a/src/operations/user.gql b/src/operations/user.gql index 192a208..20e647d 100644 --- a/src/operations/user.gql +++ b/src/operations/user.gql @@ -37,6 +37,7 @@ query getLoggedInUser { username isAdmin profileImageUri + fargoRating activeVideoId createdAt updatedAt