Add fargoRating in getLoggedInUser operations requested fields #97

Merged
loewy merged 1 commits from loewy/fargo-rating-in-returns into master 2024-10-28 17:04:09 -06:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 1e53dc21ee - Show all commits

View File

@ -3114,6 +3114,7 @@ export type GetLoggedInUserQuery = {
username: string;
isAdmin?: boolean | null;
profileImageUri?: string | null;
fargoRating?: number | null;
activeVideoId?: number | null;
createdAt?: any | null;
updatedAt?: any | null;
@ -4930,6 +4931,7 @@ export const GetLoggedInUserDocument = gql`
username
isAdmin
profileImageUri
fargoRating
activeVideoId
createdAt
updatedAt

View File

@ -37,6 +37,7 @@ query getLoggedInUser {
username
isAdmin
profileImageUri
fargoRating
activeVideoId
createdAt
updatedAt