Codex Assistant
昨天 58d9f460b2f8c34430285115e2557d18333c5cab
backend/src/main/resources/graphql/region.graphqls
@@ -56,6 +56,9 @@
    
    # 获取子区域列表
    regionChildren(parentId: ID!): [Region!]!
    # 获取叶子区域列表
    leafRegions: [Region!]!
}
extend type Mutation {