Skip to content

Instantly share code, notes, and snippets.

@jalalazimi
Created June 19, 2019 14:56
Show Gist options
  • Save jalalazimi/ac5d048353584664ff011fdedf8b5992 to your computer and use it in GitHub Desktop.
Save jalalazimi/ac5d048353584664ff011fdedf8b5992 to your computer and use it in GitHub Desktop.
{
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