Skip to content

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

Open
@Him188

Description

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 也增加

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions