You've already forked wakapi-readme-stats
Merge pull request #373 from anmol098/fix/comment_string_in_graphql_query
Comment string from GraphQL request removed
This commit is contained in:
@@ -63,7 +63,7 @@ GITHUB_API_QUERIES = {
|
|||||||
"repository_commit_list": """
|
"repository_commit_list": """
|
||||||
{
|
{
|
||||||
repository(owner: "$owner", name: "$name") {
|
repository(owner: "$owner", name: "$name") {
|
||||||
refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 10) { # TODO: increase branch number with pagination
|
refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 10) {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
... on Ref {
|
... on Ref {
|
||||||
|
|||||||
Reference in New Issue
Block a user