Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: 为 GraphQL Subject.Character 添加 actors #809

Open
Him188 opened this issue Nov 3, 2024 · 0 comments
Open

[Feature Request]: 为 GraphQL Subject.Character 添加 actors #809

Him188 opened this issue Nov 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Him188
Copy link

Him188 commented Nov 3, 2024

https://api.bgm.tv/v0/graphql

fragment SubjectFragment on Subject {
  id
  characters {
    type
    character {
      id
      actors # expected
    }
  }
}

query BatchGetSubjectQuery {
  s0:subject(id: 425991){...SubjectFragment}
}

HTTP API 支持获取 actors, 希望为 GraphQL 也增加

@Him188 Him188 added the enhancement New feature or request label Nov 3, 2024
@trim21 trim21 transferred this issue from bangumi/server Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant