Codex Assistant
2025-10-08 9d9519354fb304855258a5c97e26dd12c3caf5e1
backend/src/main/resources/graphql/schema.graphqls
@@ -7,6 +7,14 @@
type Query {
    # 测试查询
    hello: String
    # 应用配置查询
    appConfig: AppConfig
}
# 应用配置类型
type AppConfig {
    mediaBaseUrl: String!
}
# 变更根类型