You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fragmentSubjectFragmentonSubject {
idname #worksname_cn # workscharacters {
typecharacter {
idname # worksname_cn # does not work
}
}
persons {
person {
name # worksname_cn # does not work
}
position
}
}
queryBatchGetSubjectQuery {
s0:subject(id: 425991){...SubjectFragment}
}
https://api.bgm.tv/v0/graphql
上述请求中 "works" 部分为目前已经支持的. 可以看到条目有
name_cn
字段. 角色和人物的 HTTP API 也有中文名字段, 说明数据库里应该有这些信息.可以在 GraphQL API 也加上中文名, 也就是实现上述 "does not work" 部分.
The text was updated successfully, but these errors were encountered: