lrj
5 小时以前 dc643ba44fd2a426263015491268a0f0d6b4671d
1
2
3
4
5
6
7
8
9
10
11
mutation {
  saveJudge(input: {
    name: "%s",
    phone: "%s",
    avatarMediaId: "%s",
    specialtyIds: []
  }) {
    id
    name
  }
}