Compare commits
No commits in common. "b0da48c4fb739c600b2e5bbeaf5a8fc18d6cc1b9" and "5c5014339f11ce7f8172d62491a92ace4976edbe" have entirely different histories.
b0da48c4fb
...
5c5014339f
@ -3114,7 +3114,6 @@ export type GetLoggedInUserQuery = {
|
||||
username: string;
|
||||
isAdmin?: boolean | null;
|
||||
profileImageUri?: string | null;
|
||||
fargoRating?: number | null;
|
||||
activeVideoId?: number | null;
|
||||
createdAt?: any | null;
|
||||
updatedAt?: any | null;
|
||||
@ -4931,7 +4930,6 @@ export const GetLoggedInUserDocument = gql`
|
||||
username
|
||||
isAdmin
|
||||
profileImageUri
|
||||
fargoRating
|
||||
activeVideoId
|
||||
createdAt
|
||||
updatedAt
|
||||
|
@ -37,7 +37,6 @@ query getLoggedInUser {
|
||||
username
|
||||
isAdmin
|
||||
profileImageUri
|
||||
fargoRating
|
||||
activeVideoId
|
||||
createdAt
|
||||
updatedAt
|
||||
|
Loading…
Reference in New Issue
Block a user