Adds changes to schema for altering user profile image

This commit is contained in:
Mike Kalange
2024-03-12 19:47:10 -06:00
parent 2db886ea13
commit 09bbbf0b3d
3 changed files with 178 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ type UserGQL {
id: Int!
firebaseUid: String!
username: String!
profileImageUri: String
createdAt: DateTime
updatedAt: DateTime
statistics: UserStatisticsGQL!
@@ -284,6 +285,8 @@ type Mutation {
videoMetadata: VideoMetadataInput!
): Boolean!
deleteVideo(videoId: Int!): Boolean!
getProfileImageUploadLink(fileExt: String = ".png"): GetUploadLinkReturn!
editProfileImageUri(profileImageUri: String!): UserGQL!
}
input CreateBucketSetInput {