Skip to content

how to get total issues count of repository from github api ? #61508

Discussion options

You must be logged in to vote

i can't get the contributors count, i tried collabrators but it returns null

{
  repository(owner: "pranjay-poddar", name: "Dev-Geeks") {
    collaborators {
      totalCount
    }
  }
}
{
  "data": {
    "repository": {
      "collaborators": null
    }
  },
  "errors": [
    {
      "t…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@LangLangBart
Comment options

@0xabdulkhaliq
Comment options

@LangLangBart
Comment options

Answer selected by 0xabdulkhaliq
@LangLangBart
Comment options

@0xabdulkhaliq
Comment options

@LangLangBart
Comment options

@0xabdulkhaliq
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions and conversations related to APIs or Webhooks Question
3 participants