Update main.py

This commit is contained in:
prabhatdev
2020-08-20 11:42:47 +05:30
committed by GitHub
parent 7be4458e90
commit c4d5fc41c5

View File

@@ -104,7 +104,7 @@ def run_v3_api(query):
repositoryListQuery = Template(""" repositoryListQuery = Template("""
{ {
user(login: "$username") { user(login: "$username") {
repositories(orderBy: {field: CREATED_AT, direction: ASC}, last: 10, affiliations: [OWNER, COLLABORATOR, ORGANIZATION_MEMBER], isFork: false) { repositories(orderBy: {field: CREATED_AT, direction: ASC}, last: 100, affiliations: [OWNER, COLLABORATOR, ORGANIZATION_MEMBER], isFork: false) {
totalCount totalCount
edges { edges {
node { node {