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