公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
清理测试文件:删除所有test、debug、fix、check_开头的文件,为重构做准备
lrj
2025-10-01
b39a0502e7941ce966fda53664cf1b04ba52d65f
[new-ryc.git]
/
backend
/
src
/
main
/
resources
/
graphql
/
tag.graphqls
1
2
3
4
5
6
7
8
# 标签相关的GraphQL扩展
extend type Query {
"获取所有标签"
tags: [TagResponse]
"根据分类获取标签"
tagsByCategory(category: String): [TagResponse]
}