【发布时间】:2019-03-25 11:13:40
【问题描述】:
我正在使用以下查询名称“android”搜索存储库
{
search(query: "android", type: REPOSITORY, first: 50) {
repositoryCount
edges {
node {
... on Repository {
id
name
description
forkCount
owner{
avatarUrl
}
}
}
}
}
}
如何获取 REPOSITORY 订阅者数量和订阅者列表
提前谢谢:)
【问题讨论】:
-
你是指watch仓库的人数吗?
-
@BertrandMartel 在 github V3 搜索中有subscribersUrl 链接......类似的东西
标签: android github graphql github-graphql