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