公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 完善比赛晋级功能并清理测试文件
lrj
2025-09-30
93eb6b470773bc49ea6e1a9d4cbd914eb95d525b
[new-ryc.git]
/
backend
/
src
/
test
/
resources
/
graphql
/
test-save-judge.graphql
1
2
3
4
5
6
7
8
9
10
11
mutation {
saveJudge(input: {
name: "%s",
phone: "%s",
avatarMediaId: "%s",
specialtyIds: []
}) {
id
name
}
}