Request isAdmin in getLoggedInUser
This commit is contained in:
parent
cc36a8b51d
commit
03c1d08d8c
@ -1360,6 +1360,7 @@ export type GetLoggedInUserQuery = {
|
||||
id: number;
|
||||
firebaseUid: string;
|
||||
username: string;
|
||||
isAdmin: boolean;
|
||||
profileImageUri?: string | null;
|
||||
activeVideoId?: number | null;
|
||||
createdAt?: any | null;
|
||||
@ -2243,6 +2244,7 @@ export const GetLoggedInUserDocument = gql`
|
||||
id
|
||||
firebaseUid
|
||||
username
|
||||
isAdmin
|
||||
profileImageUri
|
||||
activeVideoId
|
||||
createdAt
|
||||
|
@ -24,6 +24,7 @@ query getLoggedInUser {
|
||||
id
|
||||
firebaseUid
|
||||
username
|
||||
isAdmin
|
||||
profileImageUri
|
||||
activeVideoId
|
||||
createdAt
|
||||
|
Loading…
Reference in New Issue
Block a user