Codex Assistant
12 小时以前 0a48616045ddce1562584543a0e89e5144051fde
backend/src/main/resources/graphql/player.graphqls
@@ -96,6 +96,7 @@
    totalScore: Float
    status: Int
    remark: String
    ratedAt: String
    items: [CurrentJudgeRatingItemResponse!]!
}
@@ -105,6 +106,7 @@
    ratingItemName: String!
    score: Float
    weightedScore: Float
    maxScore: Float
}
type ProjectStageTimelineResponse {