Created
June 19, 2019 14:56
-
-
Save jalalazimi/ac5d048353584664ff011fdedf8b5992 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
repository(name: "react", owner: "facebook") { | |
owner { | |
avatarUrl | |
login | |
__typename | |
url | |
id | |
} | |
name | |
isFork | |
forkCount | |
homepageUrl | |
licenseInfo { | |
name | |
} | |
description | |
createdAt | |
primaryLanguage { | |
name | |
} | |
languages(first: 10){ | |
nodes{ | |
color | |
name | |
id | |
} | |
} | |
stargazers { | |
totalCount | |
} | |
isPrivate | |
databaseId | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment