Add isAdmin

This commit is contained in:
2024-07-13 17:40:30 -06:00
parent d743ad83e3
commit cc36a8b51d
2 changed files with 2 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ type UserGQL {
id: Int!
firebaseUid: String!
username: String!
isAdmin: Boolean!
activeVideoId: Int
profileImageUri: String
createdAt: DateTime