lrj
2025-10-02 f04f35b562760afbac0c477357e2a29f77aec3b9
1
2
3
4
5
6
7
8
9
10
11
mutation {
  saveJudge(input: {
    name: "%s",
    phone: "%s",
    avatarMediaId: "%s",
    specialtyIds: []
  }) {
    id
    name
  }
}