标签: github-api github-graphql
是否可以使用GitHub的graphql API将贡献者吸引到存储库?我一直在资源管理器中搜索,但找不到git remote add origin https://github.com/you/folderN git push -u origin master 节点上的contributor属性或类似属性。
git remote add origin https://github.com/you/folderN git push -u origin master
contributor
但是,似乎在给定用户的情况下,该api可以让您找出他们贡献了哪些存储库:
我是否缺少某些东西,或者V4 API是否真的不支持获取存储库的参与者?