Skip to content

My stats are only reading the "readme" file stats #2361

Answered by rickstaa
pedrovonkarma asked this question in Q&A
Discussion options

You must be logged in to vote

@pedrovonkarma I checked the results we received from the GraphQL API using GraphQL explorer, and it looks like the card is correct:

query userInfo($login: String!) {
  user(login: $login) {
    name
    login
    contributionsCollection {
      totalCommitContributions
      restrictedContributionsCount
    }
  }
}
{"login": "PedroVonKarma"}

Please be aware that we use a caching period of 4 hours (see https://github.com/anuraghazra/github-readme-stats#common-options) and that we do currently not include the results of organizations (see #1).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rickstaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working.
2 participants
Converted from issue

This discussion was converted from issue #2347 on January 03, 2023 17:16.