Codex Assistant
1 天以前 58d9f460b2f8c34430285115e2557d18333c5cab
backend/src/main/resources/graphql/schema.graphqls
@@ -7,6 +7,14 @@
type Query {
    # 测试查询
    hello: String
    # 应用配置查询
    appConfig: AppConfig
}
# 应用配置类型
type AppConfig {
    mediaBaseUrl: String!
}
# 变更根类型