Skip to content

Instantly share code, notes, and snippets.

@john012343210
Created December 6, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john012343210/6dbd1d841a8fdbb67e72755cece96076 to your computer and use it in GitHub Desktop.
Save john012343210/6dbd1d841a8fdbb67e72755cece96076 to your computer and use it in GitHub Desktop.
BugReportApiV4
query {
user(login:"AronWater") {
repositories(first:1,after:null)
{
totalCount
totalDiskUsage
pageInfo {
endCursor
hasNextPage
hasPreviousPage
startCursor
}
edges{
node{
collaborators {
totalCount
}
}
}
}
}
}
@john012343210
Copy link
Author

this is the response

{'errors': [{'message': 'Something went wrong while executing your query. Please include 996A:6480:F465D0:12A8A73:5FCCEDDF when reporting this issue.'}]}

and I have check that collaborators field is what causing this problem,
if we replace collaborators field to any other common field of a repo, everything is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment