backend/src/main/resources/graphql/player.graphqls
@@ -140,6 +140,15 @@
    description: String
    avatarUrl: String
    avatar: MediaResponse
    userInfo: PlayerUserInfoResponse
}
type PlayerUserInfoResponse {
    userId: ID
    name: String
    phone: String
    avatarUrl: String
    avatar: MediaResponse
}
type RegionInfoResponse {
@@ -151,7 +160,10 @@
type SubmissionMediaResponse {
    id: ID
    name: String
    path: String
    url: String
    fullUrl: String
    fullThumbUrl: String
    fileExt: String
    fileSize: Int
    mediaType: Int