Codex Assistant
昨天 58d9f460b2f8c34430285115e2557d18333c5cab
backend/src/main/resources/graphql/rating.graphqls
@@ -27,6 +27,8 @@
    name: String!
    description: String
    totalScore: Int!
    state: Int!
    stateName: String!
    items: [RatingItemResponse!]
    createTime: String
    updateTime: String
@@ -38,6 +40,8 @@
    name: String!
    description: String
    totalScore: Int!
    state: Int!
    stateName: String!
    items: [RatingItemResponse!]
    createTime: String
    updateTime: String
@@ -47,8 +51,11 @@
type RatingItemResponse {
    id: ID!
    name: String!
    description: String
    maxScore: Int!
    weight: Float
    orderNo: Int!
    sortOrder: Int
}
# 评分模板分页响应类型
@@ -57,6 +64,7 @@
    totalElements: ID!
    totalPages: Int!
    number: Int!
    page: Int!
    size: Int!
    first: Boolean!
    last: Boolean!